Hi, does anyone know if there is a way to make the server side handlers
multi-threaded. By default when you  try to access a particular method on
the server, that method is always run from the same object creating a
potential bottleneck. I realise the Connection objects spawned by the
WebServer run in their own thread but I dont see how this will avoid the
Handler bottleneck.

Can anyone throw some light on this?

Thanks

Alex Young


Reply via email to