> That seems like an interesting concept, but freezing/thawing a POE
> session is something new to me, could you elaborate on what you plan to
>
the problem is old: the POE http server starts a new poe session per request 
which does it's job and is serialized afterwards. if the server gets another 
request and detects that this request is aimed at a certain session it 
de-serializes this session, passed args to it and serialzes the session again 
after the job is done. i was just wondering if someone has written a PoCo 
about this session-detection-and-automatic-session-restoring. i saw something 
like that in XUL::Node, for example.


cheers,


        nick

Reply via email to