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
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
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
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
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