AsyncContext best usage in Tomcat

2010-08-30 Thread Paulo Silveira
have a concurrent call to the writer.print()? can the buffer loose data or both calls will succeed without guaranting the order. thanks -- Paulo Silveira Caelum | Ensino e Inovação www.caelum.com.br www.arquiteturajava.com.br

tomcat 7 pom listing wrong ECJ dependency?

2010-08-30 Thread Paulo Silveira
-tomcat-7/ Is this correct? Thanks -- Paulo Silveira Caelum | Ensino e Inovação www.caelum.com.br www.arquiteturajava.com.br - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: async response being commited after flush in 7.0.x?

2010-08-30 Thread Paulo Silveira - Caelum
Hi Mark Thanks, I waas checking if the response was comitteds, but I had to check if the print writer was closed (which is not, although the headers were sent, of course) Paulo -- Paulo Silveira Caelum | Ensino e Inovação www.caelum.com.br www.arquiteturajava.com.br On Sun, Aug 29, 2010 at

Re: async response being commited after flush in 7.0.x?

2010-08-29 Thread Paulo Silveira - Caelum
7.0.2. On Aug 29, 2010 4:34 AM, "Pid *" wrote: > On 29 Aug 2010, at 06:51, Paulo Silveira wrote: > >> Hello >> >> I am starting async requests inside a asyncSupported=true servlet. >> After that, sometimes an event occurs and I need to dispatch a s

async response being commited after flush in 7.0.x?

2010-08-28 Thread Paulo Silveira
the client, getResponse().isCommited is true. If I try to send the second message, I will get an EOF exception. Thanks -- Paulo Silveira Caelum | Ensino e Inovação www.caelum.com.br www.arquiteturajava.com.br - To unsubscribe, e-mail: user