svn commit: r1089202 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-04-05 Thread markt
Author: markt Date: Tue Apr 5 20:17:41 2011 New Revision: 1089202 URL: http://svn.apache.org/viewvc?rev=1089202&view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10892

Re: bindOnInit and maxConnections for AJP connectors

2011-04-05 Thread Mark Thomas
On 05/04/2011 19:42, Sylvain Laurent wrote: > > On 5 avr. 2011, at 11:50, Tim Whittington wrote: >> >> HTTP: use maxConnections. For keep alive situations, reduce >> maxConnections to something closer to maxThreads (the default config >> is 10,000 keepalive connections serviced by 200 threads with

Re: bindOnInit and maxConnections for AJP connectors

2011-04-05 Thread Sylvain Laurent
On 5 avr. 2011, at 11:50, Tim Whittington wrote: > > HTTP: use maxConnections. For keep alive situations, reduce > maxConnections to something closer to maxThreads (the default config > is 10,000 keepalive connections serviced by 200 threads with a 60 > second keepalive timeout, which could lead

Re: Tomcat hardware requirments

2011-04-05 Thread Mark Thomas
On 05/04/2011 17:39, bfackrell wrote: > > Is this a good place to ask: > > What are the hardware requirements for Tomcat 7? I looked (Google and on > the Apache website) No. You want the users mailing list, not the developers mailing list. Mark > I’m just finishing a college course that taugh

Tomcat hardware requirments

2011-04-05 Thread bfackrell
Is this a good place to ask: What are the hardware requirements for Tomcat 7? I looked (Google and on the Apache website) I’m just finishing a college course that taught Java technologies that interact with Tomcat but I want to know more so I’ve decided to try to build my own Tomcat server from

[RESULT] [VOTE] Release Apache Tomcat 7.0.12

2011-04-05 Thread Mark Thomas
The result of the vote is stable with 4 +1 votes (3 from PMC members) and no other votes. I'll start moving the files now and announce once the mirrors have picked them up. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat

Re: bindOnInit and maxConnections for AJP connectors

2011-04-05 Thread Tim Whittington
Further to this, the docs for maxConnections currently state: "This setting is currently only applicable to the blocking Java connectors (AJP/HTTP)." But both the NIO and APR connectors use this setting in their Acceptor implementations, limiting the number of concurrent connections before they'r

bindOnInit and maxConnections for AJP connectors

2011-04-05 Thread Tim Whittington
In the AJP standard implementation docs, the following are not mentioned, although they're properties of AbstractEndpoint and probably should work: - bindOnInit - maxConnections Am I right in assuming these should be possible in the AJP connector (my reading of the code indicates they are - just wa

svn commit: r1088925 - in /tomcat/trunk/webapps/docs/config: ajp.xml http.xml

2011-04-05 Thread timw
Author: timw Date: Tue Apr 5 08:48:30 2011 New Revision: 1088925 URL: http://svn.apache.org/viewvc?rev=1088925&view=rev Log: Clarifying that pollTime parameter is in microseconds, and correcting the ms equivalent for HTTP connector use of it. Modified: tomcat/trunk/webapps/docs/config/ajp.x