APR is definitely being loaded.  The DLL is there, and the log says it's
being used.

My question was basically: If I'm using APR, can I assume that I'll get the
APR Connector, or do I need to explicitly specify that I want the APR
Connector?  (I'm assuming the answer is 'yes' to the first question and
'no' the the second question.)

Also, I reduced the ConnectionTimeout from the 20-second default down to 5
seconds, and the app seems to work fine.  Would it be advisable to reduce
it even further?  Assuming that all of my app's users are on a decent DSL
connection or cable connection, could I get away with reducing it to
perhaps to 2 seconds, or just 1 second?


On Fri, Dec 16, 2011 at 8:20 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: mike.werth...@gmail.com [mailto:mike.werth...@gmail.com] On
> Behalf Of Mike Wertheim
> > Subject: Re: keepalive issue
>
> > In my server.xml, I have this line which turns on APR:
>
> "Enables" would be a better word; it does not force the usage of APR.
>
> > With this configuration, can I assume that the Connector that I'm using
> is
> > the APR/native Connector (the 3rd one in the Connector Comparison table)?
>
> No; APR will be used only if the .so (or .dll) can be found and loaded.
>  The Tomcat logs should tell you whether or not that happened.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to