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