Hi!
I'm useing Tomcat3.2 with isapi_redirect.dll.
Here is part of my server.xml config file:
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<Parameter name="port" value="8007"/>
<Parameter name="max_threads" value="50"/>
<Parameter name="max_spare_threads" value="30"/>
<Parameter name="min_spare_threads" value="20" />
</Connector>
When i run servlets directly (hostname:8080/servle/myservlet) the concurrency is OK,
i see that requests arrive almost in the same time,
but when i run through isapi_redirect.dll(hostname/servlet/myservlet),
the requests arrive one after another.
What am i doing wrong ?
May be i should specify same configurations in some ather places ?
Is isapi_redirect.dll multithreaded ?
 Thanks
 
 
Best regards,
Furer Alexander
tel.055-908925
 
When a password just isn't secure enough,
and email confirmations don't quite cut it,
You need Voice authentication.
You need Sentry-Com.
www.voiceprove.com

Reply via email to