> -----Original Message-----
> From: Mark Thomas [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 12, 2006 1:52 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r367826 - in 
> /tomcat/container/tc5.5.x: 
> catalina/src/share/org/apache/catalina/connector/Response.java
>  webapps/docs/changelog.xml
> 
> Remy Maucherat wrote:
> > I spent some time eliminating all the warnings that my Eclipse was
> > reporting sometimes in the past, and saw that isSpace was 
> deprecated.
> > isWhitespace seemed to be a replacement, but is actually 
> different. HTTP
> > needs to stay with the non character encoded version. Ie, 
> the deprecated
> > method is actually useful, since it does exactly what HTTP needs.
> 
> Thanks for spotting this. I'll revert this bit of clean up.
> 
> I have got Costin's standalone connector working and I about to start
> looking a better fix. What would be a sensible ab test to run to check
> for performance gain/loss? The connector is wired up to respond with a
> simple, small hello world page.
> 
> I am considering something like:
> ab -n 20000 -c 100 -k http://localhost:8800/
> but would appreciate any advice.
> 
> The connector is set up with 100 threads.
> 

You want at least 150 threads on the connector, or it will quickly start
denying keep-alives.

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



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


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

Reply via email to