hello,

I would like to know if it is possible to re-open persistent connection after a server restart ?

If the server stop then start, client could not use connection any more.
Perhaps the is a solution for re-initializing connection ?

here is a trace with {*my comment*} :
...
connected.
conn:userconnect ondata : <from name="bsdControler" sid="1076ab6e5706"/>
conn:userconnect ondata : conn:getListDset ondata : <list><user name="bsdControler"/><user name="max"/></list> conn:getListDset ondata : {* here the server stop *}
disconnected.
connection timed out.
{* here the server start *}
{* call conn.sendXml() *}
ERROR: application does not allow persistent connection calls
...

Should I trap the connection time out event and re-open the connection ? How to do that ?
What about the Agent ? Will they be re-activated ?

The connection declaration is :
   <connection receiveuserdisconnect="true" group="theGroup"
       authenticator="anonymous" authparam="usr=bsdControler" >
       <agent url="http://localhost:8090/Work/message_spy.php"/>
   </connection>

Thanks for your lights,
cyrille
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to