Hi all,

While trying to use the Java RPC backend to power my front-end qooxdoo app,
I was wondering how the Java RPC backend handles the service innvocations.

If there are 50 simultaneous requests hitting a single service at the rpc
backend, would the qooxdoo Java RPC spawns 50 threads, with each thread
running the rpc method call on this service? 

Or would qooxdoo Java RPC backend does some sort of queuing and deal with a
large number of incoming requests in a pool of worker threads to run RPC
calls? 

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)

Thanks!

mckwil

-- 
View this message in context: 
http://old.nabble.com/Java-RPC-backend-threading-question-tp26471868p26471868.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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

Reply via email to