Re: Sporadic failures in TestCometProcessor

2011-07-10 Thread Mark Thomas
On 10/07/2011 12:19, Rainer Jung wrote: > On 10.07.2011 12:13, Mark Thomas wrote: >> On 10/07/2011 10:28, Rainer Jung wrote: >>> I get sporadic failures in TestCometProcessor for NIO. They are due to >>> the Servlet reading two or more of the PING tokens during a single read >>> event call. The loo

Re: Sporadic failures in TestCometProcessor

2011-07-10 Thread Rainer Jung
On 10.07.2011 12:13, Mark Thomas wrote: > On 10/07/2011 10:28, Rainer Jung wrote: >> I get sporadic failures in TestCometProcessor for NIO. They are due to >> the Servlet reading two or more of the PING tokens during a single read >> event call. The loop >> >> while (is.available()

Re: Sporadic failures in TestCometProcessor

2011-07-10 Thread Mark Thomas
On 10/07/2011 10:28, Rainer Jung wrote: > I get sporadic failures in TestCometProcessor for NIO. They are due to > the Servlet reading two or more of the PING tokens during a single read > event call. The loop > > while (is.available() > 0) { > is.read(); >