Re: [qooxdoo-devel] Java RPC backend threading question

2009-11-23 Thread Andreas Junghans
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

Re: [qooxdoo-devel] Java RPC backend threading question

2009-11-23 Thread Jean-Baptiste BRIAUD -- Novlog
On Nov 23, 2009, at 03:56 , mckwil wrote: > > Hi all, Hi, > > 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. You provide a class that only has to implment RemoteService, an interface that

[qooxdoo-devel] Java RPC backend threading question

2009-11-22 Thread mckwil
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 eac