RE: WebServer handler threads

2003-03-31 Thread Danny Angus
> -Original Message- > From: Alex Young [mailto:[EMAIL PROTECTED] > Sent: 31 March 2003 13:11 > To: [EMAIL PROTECTED] > Subject: WebServer handler threads > > > 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

Re: WebServer handler threads

2003-03-31 Thread Andrew Evers
> 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 > Web