Re: svn commit: r380835 -/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

2006-02-25 Thread Filip Hanik - Dev Lists
yep, my tests went through fine Rainer Jung wrote: Hi Filip, I did a little exercise with Java 6 and Solaris DTrace. The change is in fact OK, although I first thought that the DeltaRequest will no longer be initialized: DeltaManager.createSession() calls ManagerBase.createSession() wh

Re: never say never...

2006-02-25 Thread Leon Rosenberg
On 2/25/06, Wade Chandler <[EMAIL PROTECTED]> wrote: > I thought about not even writing this. Then I thought > about not even submitting it. Don't take it > personally how ever it hits anyone. I think it's > fair. > > I think it runs both ways. I think most of the Tomcat > developers are really

svn commit: r380923 - in /tomcat/container/tc5.5.x/modules: groupcom/src/share/org/apache/catalina/cluster/ groupcom/src/share/org/apache/catalina/cluster/group/ groupcom/src/share/org/apache/catalina

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 03:58:40 2006 New Revision: 380923 URL: http://svn.apache.org/viewcvs?rev=380923&view=rev Log: Completed server.xml refactoring and separated out cluster communication, referred to as channel from session replication Added: tomcat/container/tc5.5.x/modules/gr

svn commit: r380925 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina: cluster/ groups/ groups/demos/ groups/group/ groups/group/interceptors/ groups/io/ groups/mcast/ grou

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 04:11:35 2006 New Revision: 380925 URL: http://svn.apache.org/viewcvs?rev=380925&view=rev Log: Refactored messaging package Added: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/groups/ - copied from r380924, tomcat/container/tc

svn commit: r380936 [2/2] - in /tomcat/container/tc5.5.x/modules: ./ groupcom/ groupcom/src/share/org/apache/catalina/groups/ groupcom/src/share/org/apache/catalina/groups/demos/ groupcom/src/share/or

2006-02-25 Thread fhanik
Added: tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml?rev=380936&view=auto == --- tomcat/container/tc5.5.x/modules/h

svn commit: r380938 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/groups/group/interceptors/GzipInterceptor.java

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 07:46:37 2006 New Revision: 380938 URL: http://svn.apache.org/viewcvs?rev=380938&view=rev Log: Completed the first round of successful tests Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/groups/group/interceptors/GzipInterce

svn commit: r380939 - /tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 07:49:22 2006 New Revision: 380939 URL: http://svn.apache.org/viewcvs?rev=380939&view=rev Log: To do list Added: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Added: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt URL: http://svn.apache.org/viewcvs/

RE: never say never...

2006-02-25 Thread Wade Chandler
--- Bill Barker <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Wade Chandler > [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 24, 2006 4:57 PM > > To: Tomcat Developers List > > Subject: Re: never say never... > > > > --- "William A. Rowe, Jr." <[EMAIL PROTECTED

DTrace analysis of TC-Cluster Multicast

2006-02-25 Thread Rainer Jung
Hi, I started to trace TC cluster with DTrace. I did a first simple exam for the mcast subcomplex. CPU usage and especially elapsed times might be slightly larger than expected, because I used the more intrusive extended DTrace probes. All tests were done with JDK 1.6.0 build 72 on Solaris 10 SP

svn commit: r380998 - in /tomcat/sandbox: bin/ java/org/apache/tomcat/standalone/ java/org/apache/tomcat/util/net/ js-bin/ webapps/

2006-02-25 Thread costin
Author: costin Date: Sat Feb 25 13:35:16 2006 New Revision: 380998 URL: http://svn.apache.org/viewcvs?rev=380998&view=rev Log: Few adjustments Added: tomcat/sandbox/java/org/apache/tomcat/standalone/SingleMain.java tomcat/sandbox/js-bin/ tomcat/sandbox/webapps/ Modified: tomcat/sa

Re: DTrace analysis of TC-Cluster Multicast

2006-02-25 Thread Filip Hanik - Dev Lists
Cool Rainer, interesting numbers. Can you run the same numbers on the new module groupcom. I have done some optimizations there, for example, the name isn't broadcasted. And I am about to remove the domain, instead of having a default one. also, I agree, lets not translate the 4byte IP and the

Re: DTrace analysis of TC-Cluster Multicast

2006-02-25 Thread Rainer Jung
I agree, heartbeat is not that important w.r.t. performance. I used it as a simple test for how DTrace will be able to help. And at least in that nearly trivial test case the results are already interesting. Another thing that DTrace can check is lock contention. So there's more to come :) D

Re: DTrace analysis of TC-Cluster Multicast

2006-02-25 Thread Filip Hanik - Dev Lists
correctness can be achieved in many different ways, synchronization just happens to be the easiest one. The build is working, including session replication (modules groupcom,ha,storeconfig-ha), just uncomment one line in container/modules/build.properties and tomcat builds the new modules inst

svn commit: r381024 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/groups/demos/Draw.java

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 15:40:22 2006 New Revision: 381024 URL: http://svn.apache.org/viewcvs?rev=381024&view=rev Log: minor changes Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/groups/demos/Draw.java Modified: tomcat/container/tc5.5.x/modules/g

svn commit: r381026 - in /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/cluster: ./ deploy/ session/ tcp/

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 15:43:51 2006 New Revision: 381026 URL: http://svn.apache.org/viewcvs?rev=381026&view=rev Log: Refactored new module name Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/cluster/CatalinaCluster.java tomcat/container/tc5.5.x/mod

svn commit: r381027 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/demos/ test/org/ test/org/apache/ test/org/apache/catalina/ test/org/apache/catalina/tribes/ t

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 15:45:29 2006 New Revision: 381027 URL: http://svn.apache.org/viewcvs?rev=381027&view=rev Log: move to the correct location Added: tomcat/container/tc5.5.x/modules/groupcom/test/org/ tomcat/container/tc5.5.x/modules/groupcom/test/org/apache/ tomcat/cont

svn commit: r381028 - /tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml

2006-02-25 Thread fhanik
Author: fhanik Date: Sat Feb 25 15:47:59 2006 New Revision: 381028 URL: http://svn.apache.org/viewcvs?rev=381028&view=rev Log: refactored module name Modified: tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml Modified: tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml URL:

Strange Google search text for Tomcat

2006-02-25 Thread Yoav Shapira
Hi, When I do a Google search for Tomcat, the first result is tomcat.apache.org as expected, but the snippet line that google displays is strange, saying something about Tomcat growing into a fuller J2EE container. Does anyone have a clue where the line under the top result ("has grown into...") c

Re: Strange Google search text for Tomcat

2006-02-25 Thread Costin Manolache
If you do a search for the snippet, one of the first links is in the directory - http://www.google.com/Top/Computers/Programming/Languages/Java/Server-Side/Servlets/Servlet_Engines/ Searching for resin or servletexec will also show the snippents from the directory - so it's likely the source. Do