Tomcat buffered output

2004-12-28 Thread Denis Navitaniuk
Hi all!
How increasing output buffer size for servlets/jsp's will affect the 
overall server performance?
As I know this should lead to more intensive memory usage...
What about response time?

Regards.
Denis.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Tomcat buffered output

2004-12-28 Thread Denis Navitaniuk
Hi all!
How increasing output buffer size for servlets/jsp's will affect the 
overall server performance?
As I know this should lead to more intensive memory usage...
What about response time?

Regards.
Denis.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat buffered output

2004-12-28 Thread QM
On Tue, Dec 28, 2004 at 08:13:54PM +0200, Denis Navitaniuk wrote:
: How increasing output buffer size for servlets/jsp's will affect the 
: overall server performance?
: As I know this should lead to more intensive memory usage...
: What about response time?

In theory:
if you send a lot of output (larger than a few buffers' full) then this
should increase performance because the server is performing fewer write
operations on the outbound stream.

In reality:
Try it.  It may not be worth it; but only you will know for sure, since
it's your app.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]