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. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]