Hello All, I am using JSON-RPC (almost) exclusively to communicate with the server on an application I am writing. This application will be an internal one in my company, and will have probably at most 20 users working at once.
I have read in the qooxdoo documentation that it is recommended to ALWAYS use Asynchronous calls to the RPC server, for many good reasons, but I am finding myself filling my application with many many many callback handlers, even when the logic of the program would require it to wait for the server response. So my question is this - under what circumstances is it permissible to use Synchronous calls to the server? Or is it really NEVER a good idea? Thanks, Omri -- View this message in context: http://qooxdoo.678.n2.nabble.com/RPC-calls-best-practices-tp5751398p5751398.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
