AW: Servlet and Multiple Instances

2001-01-08 Thread Algarve, Leila
: Servlet and Multiple Instances I've written a servlet that is getting hit pretty hard. It works fine when just one user access hit. However, when they are multiple people hitting the servlet, it seems like that it is only serving one person at a time. Is there some confirguration option that I am

RE: Servlet and Multiple Instances

2001-01-08 Thread Kitching Simon
mon -Original Message- From: Algarve, Leila [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 12:08 PM To: '[EMAIL PROTECTED]' Subject: AW: Servlet and Multiple Instances Check if your servlet class implements SingleThreadModel, in this case one instance of t

RE: Servlet and Multiple Instances

2001-01-08 Thread Cam DeBuck
Simon -Original Message- From: Algarve, Leila [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 12:08 PM To: '[EMAIL PROTECTED]' Subject:AW: Servlet and Multiple Instances Check if your servlet class implements SingleThreadModel, in this case one ins

Re: AW: Servlet and Multiple Instances

2001-01-08 Thread Cam DeBuck
Cam DeBuck [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 8. Januar 2001 07:12 An: [EMAIL PROTECTED] Betreff: Servlet and Multiple Instances I've written a servlet that is getting hit pretty hard. It works fine when just one user access hit. However, when they are multiple people hitting t

Servlet and Multiple Instances

2001-01-07 Thread Cam DeBuck
I've written a servlet that is getting hit pretty hard. It works fine when just one user access hit. However, when they are multiple people hitting the servlet, it seems like that it is only serving one person at a time. Is there some confirguration option that I am missing so that it can