Re: LISP for web
- From: Brian Downing <see-signature@xxxxxxxxx>
- Date: Thu, 16 Jun 2005 21:38:10 GMT
In article <m2zmtxmdm5.fsf@xxxxxxxxxx>, Marco Baringer <mb@xxxxxxx> wrote:
> there is one other thing which will become much easier if we take over
> control of executing actions: serializing session state and, thanks to
> this, ucw session mobility. atm everything in a session is easily
> (fsvo easy) serializable except the anonymous closures which are
> generated by the cps transformation and stored in the components. if
> we stop using the lisp's functions object but create our own which
> consits of: code [another set of clos objects] and the environement
> [again a clos object] then sending the entire session over the wire
> becomes doable.
Then you can store the entire session (with strong encryption of course)
in a browser cookie. How's that for server failover reliability! :-)
-bcd
--
*** Brian Downing <bdowning at lavos dot net>
.
- References:
- LISP for web
- From: Damir
- Re: LISP for web
- From: Peter Scott
- Re: LISP for web
- From: Marco Baringer
- Re: LISP for web
- From: Marco Baringer
- LISP for web
- Prev by Date: Re: GCL IDE on Windows
- Next by Date: Re: I've thought better of Linux
- Previous by thread: Re: LISP for web
- Next by thread: Re: LISP for web
- Index(es):
Relevant Pages
|