Re: Service instance serialization question

2007-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom, Tom Kobialka wrote: > I have a web service which is running under the Tomcat container. [snip] > I need to implement some sort of serialization such that only one > request is processed from each instance at a time. Is your web service synchr

Re: Service instance serialization question

2007-03-26 Thread org
7:38 AM Subject: Service instance serialization question Hi, I have a web service which is running under the Tomcat container. Tomcat creates a new instance of this web service with each incoming simultaneous connection. The problem I am having, is that my web service calls a hardware devic

Service instance serialization question

2007-03-25 Thread Tom Kobialka
Hi, I have a web service which is running under the Tomcat container. Tomcat creates a new instance of this web service with each incoming simultaneous connection. The problem I am having, is that my web service calls a hardware device which can only handle one query at a time. If I have 5 ins