Re: question about APR based native library

2010-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 4/15/2010 7:17 PM, Konstantin Kolinko wrote: > The main competitors are APR connector vs. Nio connector, as both > provide multiplexing aka polling, allowing to serve more sockets than > the count of your worker threads. > > The APR co

Re: question about APR based native library

2010-04-16 Thread Bill Au
rary. That is > >> fixed in > >> current releases. > >> > >> -Original Message- > >> From: Bill Au [mailto:bill.w...@gmail.com] > >> Sent: Thursday, April 15, 2010 9:25 AM > >> To: Tomcat Users List > >> Subject: ques

Re: question about APR based native library

2010-04-16 Thread David kerber
On 4/16/2010 6:17 AM, Pid * wrote: On 15 Apr 2010, at 19:15, Bill Au wrote: I am using 6.0.26. The native library is loaded. I am not as concern about SSL since most of our application don't use SSL. I am guessing that most people don't use the native library. Why, what makes you think th

Re: question about APR based native library

2010-04-16 Thread Pid *
28 (and some >> release of 6.x) won't properly recognize the library. That is >> fixed in >> current releases. >> >> -Original Message- >> From: Bill Au [mailto:bill.w...@gmail.com] >> Sent: Thursday, April 15, 2010 9:25 AM >> To: Tomcat

Re: question about APR based native library

2010-04-15 Thread Konstantin Kolinko
2010/4/15 Bill Au : > I am using 6.0.26.  The native library is loaded.  I am not as concern about > SSL since most of our application don't use SSL.  I am guessing that most > people don't use the native library.  One of my concern is stability.  With > a smaller user community, is the native code

Re: question about APR based native library

2010-04-15 Thread Bill Au
lease of 6.x) won't properly recognize the library. That is fixed in > current releases. > > -Original Message- > From: Bill Au [mailto:bill.w...@gmail.com] > Sent: Thursday, April 15, 2010 9:25 AM > To: Tomcat Users List > Subject: question about APR based native

RE: question about APR based native library

2010-04-15 Thread Jeffrey Janner
April 15, 2010 9:25 AM To: Tomcat Users List Subject: question about APR based native library Are there any reasons I shouldn't use the APR based native libaray? Or at least things that I should be aware of if I do use it? According to the documentation using the native library will g

question about APR based native library

2010-04-15 Thread Bill Au
Are there any reasons I shouldn't use the APR based native libaray? Or at least things that I should be aware of if I do use it? According to the documentation using the native library will give better scalability and performance. I want to understand if there are any downside since with most th