Re: Unable to disable output buffering

2007-07-02 Thread Fabio Rossi
thing crashes, > client should still be able to say, hey user you need to refresh I think > its the only way. > > Why wont the above work?... maybe you should post your code... > > - Original Message - > From: "Fabio Rossi" > > To: > Sent: Monday, July 0

Re: Unable to disable output buffering

2007-07-02 Thread Filip Hanik - Dev Lists
post your code... - Original Message - From: "Fabio Rossi" To: Sent: Monday, July 02, 2007 10:49 AM Subject: Unable to disable output buffering Hello. I need to disable output stream buffering. I tried with response.setBufferSize but i noticed that Tomcat does not permit

Re: Unable to disable output buffering

2007-07-02 Thread Fabio Rossi
of internet between server and client, if something crashes, client should still be able to say, hey user you need to refresh I think its the only way. Why wont the above work?... maybe you should post your code... - Original Message - From: "Fabio Rossi" To: Sent: Monday

Re: Unable to disable output buffering

2007-07-02 Thread Johnny Kewl
ent should still be able to say, hey user you need to refresh I think its the only way. Why wont the above work?... maybe you should post your code... - Original Message - From: "Fabio Rossi" <[EMAIL PROTECTED]> To: Sent: Monday, July 02, 2007 10:49 AM Subject

Unable to disable output buffering

2007-07-02 Thread Fabio Rossi
Hello. I need to disable output stream buffering. I tried with response.setBufferSize but i noticed that Tomcat does not permit to set a level lower than the standard 8k. Then I read that the solution is to specify the connector property socketBuffer="-1" in server.xml but again, it does not wo