Hi devs,

just want to report a behavior of PHP's session manager. If you use
session_start in a php script, you can't access to the same script since
it is finished. For Qooxdoo it means, the PHP RPC mostly use the same php
class script every rpc call. But if you use session_start in your php
script and want to execute many async rpc methods, the behavior is like a
sync call, because php waits till the first script execution is finished
then comes next.


Maybe that helps someone

regards Sak


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to