Re: Occasional XML parsing error when Tomcat is busy

2007-03-12 Thread David Delbecq
> 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

RE: Occasional XML parsing error when Tomcat is busy

2007-03-12 Thread Roberts, Gerallt
, 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

Re: Occasional XML parsing error when Tomcat is busy

2007-03-10 Thread David Delbecq
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