Re: AJP flush packets?

2007-01-02 Thread Sven Köhler
Mladen Turk schrieb: Sven Köhler wrote: Hi, i see, you're developing Tomcat 6.0. Will Tomcat 6.0 send flush packets, when the flush()-method of the OutputStreams or the Writers are called? Yes. It's done in a way that is backward compatible. When out.flush() is called an empty data

Re: AJP flush packets?

2007-01-02 Thread Rainer Jung
This has been done on October 29th in revision r468936 fpr TC 5.5 too. It should be part of 5.5.21, which hat not been scheduled yet. Regards, Rainer Sven Köhler wrote: Mladen Turk schrieb: Sven Köhler wrote: Hi, i see, you're developing Tomcat 6.0. Will Tomcat 6.0 send flush packets,

Re: AJP flush packets?

2006-11-12 Thread Sven Köhler
i see, you're developing Tomcat 6.0. Will Tomcat 6.0 send flush packets, when the flush()-method of the OutputStreams or the Writers are called? Yes. It's done in a way that is backward compatible. When out.flush() is called an empty data packet is sent. Did it really need to be done like

Re: AJP flush packets?

2006-11-12 Thread Rainer Jung
Hi, follow the list. I expect, that we will prepare 1.2.20 for release during this month. Regards, Rainer Sven Köhler schrieb: i see, you're developing Tomcat 6.0. Will Tomcat 6.0 send flush packets, when the flush()-method of the OutputStreams or the Writers are called? Yes. It's done in

AJP flush packets?

2006-11-11 Thread Sven Köhler
Hi, i see, you're developing Tomcat 6.0. Will Tomcat 6.0 send flush packets, when the flush()-method of the OutputStreams or the Writers are called? It's something really needed by mod_proxy_ajp, mod_jk, and so on to property transport flushes to. Greetings, Sven signature.asc

Re: AJP flush packets?

2006-11-11 Thread Mladen Turk
Sven Köhler wrote: Hi, i see, you're developing Tomcat 6.0. Will Tomcat 6.0 send flush packets, when the flush()-method of the OutputStreams or the Writers are called? Yes. It's done in a way that is backward compatible. When out.flush() is called an empty data packet is sent. It's