DO NOT REPLY [Bug 32593] - Server (Apache 2.0.48) reached MaxClients setting on FreeBSD

2006-04-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subclasses :-) that would be a -1, as we are not refactor

svn commit: r396186 - /tomcat/container/branches/tc4.1.x/build.properties.default

2006-04-22 Thread markt
Author: markt Date: Sat Apr 22 17:37:20 2006 New Revision: 396186 URL: http://svn.apache.org/viewcvs?rev=396186&view=rev Log: Update to latest versions of libs Update download URLs Update default dirs for src/libs Modified: tomcat/container/branches/tc4.1.x/build.properties.default Modified:

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subclasses :-) that would be a -1, as we are not refactor

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Filip Hanik - Dev Lists
cause we have finally reached a stable state, after .16 releases. Its equally simple to create a new subclass instead of touching and refactoring the old ones, now that they are stable. Again, both you and Remy where the ones that 2 months ago said that we don't want to refactor in the stable b

svn commit: r396185 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java JIoEndpoint.java res/LocalStrings.properties

2006-04-22 Thread remm
Author: remm Date: Sat Apr 22 17:18:56 2006 New Revision: 396185 URL: http://svn.apache.org/viewcvs?rev=396185&view=rev Log: - Add support for using an Executor (the idea in that case is to define one executor for the whole server, with an appropriate queue, etc). By default, I think it is good

svn commit: r396182 - /tomcat/container/branches/tc4.1.x/tester/src/tester/org/apache/tester/Jndi02.java

2006-04-22 Thread markt
Author: markt Date: Sat Apr 22 17:07:48 2006 New Revision: 396182 URL: http://svn.apache.org/viewcvs?rev=396182&view=rev Log: enum -> enumeration for Java5 compilation Modified: tomcat/container/branches/tc4.1.x/tester/src/tester/org/apache/tester/Jndi02.java Modified: tomcat/container/bra

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Peter Rossbach
Why not? I don't want change the complete cluster module. My goal is that we get a better ManagerBase/StandardManager/ StandardSession base. I want remove the complete redundant code smell at DeltaManager/DeltaSession. We have a lot of stress last year with this code duplication. After the re

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Remy Maucherat
Remy Maucherat wrote: when they have been done earlier Correction: when they should have been done earlier Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subclasses :-) that would be a -1, as we are not refactoring the current impl, t

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subclasses :-) that would be a -1, as we are not refactoring the current impl, that was the reason for the new

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subclasses :-) that would be a -1, as we are not refactoring the current impl, that was the reason for the new modules to begin with.

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Filip Hanik - Dev Lists
Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subclasses :-) that would be a -1, as we are not refactoring the current impl, that was the reason for the new modules to begin with. You were the one who sugges

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Peter Rossbach
Hi Remy, look at the stats update at StandardSession/DeltaSession exipre(boolean) StandardSession L 713. synchronized (manager) { if (timeAlive > manager.getSessionMaxAliveTime()) { manager.setSessionMaxAliveTime(timeAlive); }