Hi, Am 23.11.2009 um 03:56 schrieb mckwil:
> I guess what my question is really poking at, is what does the > backend do > (if anything at all) to handle multiple incoming requests at the same > service? (assuming that the servlet container just spawns one thread > per > servlet request) The Java backend doesn't do anything special. RPC requests are treated like any other HTML request. Thread pool handling, scaling, etc are all up to the servlet container. Regards, Andreas J. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
