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
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
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
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
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
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
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
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
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