to have a process safe server, both cl-perec and elephant use a non pure lisp solution :(<br><br><div class="gmail_quote">On Jan 4, 2008 10:32 PM, Volkan YAZICI <<a href="mailto:yazicivo@ttmail.com">yazicivo@ttmail.com</a>
> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">"Andrea Chiumenti" <<a href="mailto:kiuma72@gmail.com">
kiuma72@gmail.com</a>> writes:<br>> Suppose you have a web application: When a user accesses it, the<br>> application will create a session for this user (not already<br>> logged). Now suppose he will do something that need to be stored
<br>> into session, as for example filling a chart in an e-commerce<br>> application. Now he needs to checkout his chart, but he must login<br>> into this e-commerce site/application, so he will be redirected to<br>
> an encrypted connection, but the session, holding the chart, must<br>> not be loosen. This makes me think that I have to share a session<br>> (object/service) between a pair of hunchentoot instances.<br><br></div>
Then, as Sohail mentioned previously, you will need an intermediate<br>layer for storing temporary client data in an accesible state by both<br>instances. While you may achieve this by using a database server, it<br>might be more convenient and easy to use some sort of persistance
<br>layer. (See cl-perec[1] and elephant[2] projects.)<br><br>[1] <a href="http://common-lisp.net/project/cl-perec/" target="_blank">http://common-lisp.net/project/cl-perec/</a><br>[2] <a href="http://common-lisp.net/project/elephant/" target="_blank">
http://common-lisp.net/project/elephant/</a><br><br><br>Regards.<br>_______________________________________________<br><div><div></div><div class="Wj3C7c">tbnl-devel site list<br><a href="mailto:tbnl-devel@common-lisp.net">
tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></div></div></blockquote></div><br>