Hi - <br><br>Thanks, one more question inline.  <br><br><div><span class="gmail_quote">On 10/8/07, <b class="gmail_sendername">Chandru</b> <<a href="mailto:chandrashekhar.mullaparthi@gmail.com">chandrashekhar.mullaparthi@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>> gen_fsm can certainly be used to implement the logic behind an
<br>> e-commerce site where you'd have one instance of the gen_fsm for each<br>> customer you are handling. You'd somehow have to map (Cookie to<br>> process-id) your HTTP request to a particular instance of the state
<br>> machine. If you wanted to keep the state machine persistent, you'd<br>> have to save it to some database and resurrect it when your next<br>> request comes in and your state machine isn't around for whatever
<br>> reason.</blockquote><div><br>Interesting - are you saying erlang processes can be serialized to say Mnesia and revive later?  If that's doable it's certainly a very intriguing technique.  Can you point me to some examples/guides on how this is done? 
<br><br>Thanks,<br>yc<br><br><br></div></div>