You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by shi_hang <sh...@cvicse.com> on 2002/06/28 04:03:47 UTC

It is useless to set "minProcessors" and "maxProcessors" for WarpConnector.

I don't think that it is useful to set the attributes "minProcessors" and "maxProcessors" for WarpConnector in server.xml.

I have read the source file WarpConnector.java. But I failed to find where the two parameters are used. There is not a processor pool in WarpConnector. The WarpConnector will create a new WarpConnection object to process every new request.