<br><br><div class="gmail_quote">On Wed, Feb 25, 2009 at 5:41 PM, Mathias Picker <span dir="ltr"><<a href="mailto:Mathias.Picker@gmx.de">Mathias.Picker@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've worked with seaside and really love this way of writing web apps.<br>
Sadly, you need continuations, a way to store a running process and<br>
continue it afterwards.<br>
<br></blockquote></div>start a state machine for each session you want and bring the http requests to that state machine.  look at gen_fsm its probably what you want, or implementing a simple process loop<br><br>mog<br>