> To: Tomcat Users List
> Subject: Re: Occasional XML parsing error when Tomcat is busy
>
> looks like a synchronization issue. check your code is threadsafe where
> things are shared between threads. On request is propably overriding
> datas while another is reading them
, the problem is somewhere else.
Thanks
Gerallt
-Original Message-
From: David Delbecq [mailto:[EMAIL PROTECTED]
Sent: 10 March 2007 13:45
To: Tomcat Users List
Subject: Re: Occasional XML parsing error when Tomcat is busy
looks like a synchronization issue. check your code is threadsafe
looks like a synchronization issue. check your code is threadsafe where
things are shared between threads. On request is propably overriding
datas while another is reading them.
Roberts, Gerallt a écrit :
> Hello,
>
>
>
> I have a web application that processes files, which has been working
> fin
Hello,
I have a web application that processes files, which has been working
fine, however when it is put under a heavy load there is an occasional
failure. I have managed to recreate the error by sending 128 documents
at it in a serial fission, and I usually get 1 failure. Unfortunately
there