> 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