Re: Tomcat with/without Tomcat native library

2007-08-02 Thread Petr Sumbera
Thank you both for the info. But what is your opinion about the crash I am experiencing with SSL: bash-3.00# /usr/apache2/bin/ab -c 4 -n 1 https://localhost:443/favicon.ico This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd,

Re: Tomcat with/without Tomcat native library

2007-08-01 Thread Bill Barker
"Mladen Turk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Petr Sumbera wrote: >> Hi Bill and all, >> >> not sure what is the right way for comparison between using and not using >> APR. I tried Apache ab tool like this: >> >> ab -c 4 -n 1 http://localhost:8080/favicon.ico >

Re: Tomcat with/without Tomcat native library

2007-08-01 Thread Mladen Turk
Petr Sumbera wrote: Hi Bill and all, not sure what is the right way for comparison between using and not using APR. I tried Apache ab tool like this: ab -c 4 -n 1 http://localhost:8080/favicon.ico And I don't see any difference. Actually it might be little bit slower with APR. The file

Re: Tomcat with/without Tomcat native library

2007-08-01 Thread Petr Sumbera
Hi Bill and all, not sure what is the right way for comparison between using and not using APR. I tried Apache ab tool like this: ab -c 4 -n 1 http://localhost:8080/favicon.ico And I don't see any difference. Actually it might be little bit slower with APR. The file size is 21630, so it

Re: Tomcat with/without Tomcat native library

2007-07-29 Thread Bill Barker
"Petr Sumbera" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Guys, > > Does anybody have experience or even better some numbers comparing > performance of Tomcat running with and without Tomcat native library > (libtcnative-1)? > > I don't see any comparable difference so far (

Re: Tomcat with/without Tomcat native library

2007-07-27 Thread Filip Hanik - Dev Lists
Petr Sumbera wrote: Hi Guys, Does anybody have experience or even better some numbers comparing performance of Tomcat running with and without Tomcat native library (libtcnative-1)? most definitely, the APR connector lets you do keep alive connections on more connections than you have threads

Tomcat with/without Tomcat native library

2007-07-27 Thread Petr Sumbera
Hi Guys, Does anybody have experience or even better some numbers comparing performance of Tomcat running with and without Tomcat native library (libtcnative-1)? I don't see any comparable difference so far (using TC 5.5.23, Native Library 1.1.10, Solaris/i386). Cheers, Petr --