Hello there,
I've got a question. I've made a servlet that is meant to be run using
single thread model. It was made using JBuilder 5. When I run it under
JBuilder's supplied Tomcat 3.2 hosting this servlet, it is working exactly
as expected - requests are queued and one is served at a time. But, when I
run the very same servlet under Tomcat 3.3.1, despite that I've implemented
SingleThreadModel in servlet and even made extra synchronization, it still
has no effect - requests are served all at the time of their arrival.
The question is - is it a bug of Tomcat 3.3.1 or I miss something (probably
in Tomcat configuration files).
Thanks


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to