-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
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
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