> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
> Subject: Re: Performance of Native library
>
> But it really depends on how well your JVM provider has
> implimented sendfile in NIO on your platform
Hmmm... I guess that's me :-)
Thanks very much for the in
"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
>> Subject: Re: Performance of Native library
>
>Thanks for the insight (not just the snippet below).
>
>&g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jacob,
Jacob Rhoden wrote:
| Are there any web sites that show/compare the performance of a plain
| install vs adding the native libraries for tomcat? How many of you guys
| actually use the native libraries in production, ie is this common or
| unco
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
> Subject: Re: Performance of Native library
Thanks for the insight (not just the snippet below).
> If you serve a lot of large static files, then it is likely to
> be faster on most OSs (due to being able to use sen
"Jacob Rhoden" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> Are there any web sites that show/compare the performance of a plain
> install vs adding the native libraries for tomcat? How many of you guys
> actually use the native libraries in production, ie is this commo
Yes, sorry for the phrasing.
On Thu, Feb 14, 2008 at 5:26 PM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: brien colwell [mailto:[EMAIL PROTECTED]
> > Subject: Re: Performance of Native library
>
> >
> > You have to use native to use
> From: brien colwell [mailto:[EMAIL PROTECTED]
> Subject: Re: Performance of Native library
>
> You have to use native to use non blocking sockets & the Comet
> architecture
Not true - the pure Java NIO connector in Tomcat 6 also does the above:
http://tomcat.apache.org/tomc
hi Jacob,
You have to use native to use non blocking sockets & the Comet
architecture, which lets the number of active HTTP connections scale
up beyond what blocking sockets would allow. I use the native lib for
Comet ...
Maybe this is a start ...
http://www.mail-archive.com/users@tomcat.apache.o