svn commit: r419954 - /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/BackupManager.java

2006-07-07 Thread fhanik
Author: fhanik Date: Fri Jul 7 11:51:07 2006 New Revision: 419954 URL: http://svn.apache.org/viewvc?rev=419954&view=rev Log: added debug statement Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/BackupManager.java Modified: tomcat/container/tc5

svn commit: r419939 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java

2006-07-07 Thread fhanik
Author: fhanik Date: Fri Jul 7 10:53:51 2006 New Revision: 419939 URL: http://svn.apache.org/viewvc?rev=419939&view=rev Log: Updated test case to properly work Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/cha

svn commit: r419938 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/ io/ tipis/ transport/nio/

2006-07-07 Thread fhanik
Author: fhanik Date: Fri Jul 7 10:53:35 2006 New Revision: 419938 URL: http://svn.apache.org/viewvc?rev=419938&view=rev Log: Added trace and fixed remote processing exceptions Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/GroupChannel.

svn commit: r419910 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/membership/ test/java/org/apache/catalina/tribes/test/transport/

2006-07-07 Thread fhanik
Author: fhanik Date: Fri Jul 7 08:38:14 2006 New Revision: 419910 URL: http://svn.apache.org/viewvc?rev=419910&view=rev Log: Larger package for multicast Throw an error if package is too large Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/mod

svn commit: r419897 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test: channel/TestRemoteProcessException.java io/TestSenderConnections.java membership/TestTcpF

2006-07-07 Thread fhanik
Author: fhanik Date: Fri Jul 7 07:28:49 2006 New Revision: 419897 URL: http://svn.apache.org/viewvc?rev=419897&view=rev Log: Modified test cases, and added a test case for connection testing Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/tes

svn commit: r419896 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport: AbstractSender.java nio/NioReceiver.java nio/NioReplicationThread.java nio/PooledPar

2006-07-07 Thread fhanik
Author: fhanik Date: Fri Jul 7 07:28:08 2006 New Revision: 419896 URL: http://svn.apache.org/viewvc?rev=419896&view=rev Log: Minor adjustments Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/AbstractSender.java tomcat/container/t

svn commit: r419613 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-07-06 Thread fhanik
Author: fhanik Date: Thu Jul 6 09:41:09 2006 New Revision: 419613 URL: http://svn.apache.org/viewvc?rev=419613&view=rev Log: update release notes Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL:

svn commit: r419612 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/ObjectReader.java transport/nio/NioReceiver.java transport/nio/NioReplicationThread.java

2006-07-06 Thread fhanik
Author: fhanik Date: Thu Jul 6 09:38:44 2006 New Revision: 419612 URL: http://svn.apache.org/viewvc?rev=419612&view=rev Log: Set the state of the object reader correctly, and do it before the event happens Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/cata

svn commit: r419605 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes: group/ group/interceptors/ test/io/ test/mina/ test/transport/

2006-07-06 Thread fhanik
Author: fhanik Date: Thu Jul 6 09:16:53 2006 New Revision: 419605 URL: http://svn.apache.org/viewvc?rev=419605&view=rev Log: Test classes for low level IO testing Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/group/ tomcat/container/tc5

svn commit: r419604 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/nio/NioSender.java

2006-07-06 Thread fhanik
Author: fhanik Date: Thu Jul 6 09:16:37 2006 New Revision: 419604 URL: http://svn.apache.org/viewvc?rev=419604&view=rev Log: Use flip instead of rewind Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/nio/NioSender.java Modified: to

svn commit: r419553 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/transport/

2006-07-06 Thread fhanik
Author: fhanik Date: Thu Jul 6 06:52:19 2006 New Revision: 419553 URL: http://svn.apache.org/viewvc?rev=419553&view=rev Log: More tests to track down an NIO send problem that only happens on linux Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/

svn commit: r419379 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/io/ src/share/org/apache/catalina/tribes/transport/ni

2006-07-05 Thread fhanik
Author: fhanik Date: Wed Jul 5 16:10:36 2006 New Revision: 419379 URL: http://svn.apache.org/viewvc?rev=419379&view=rev Log: Truly non blocking, don't send up the stack until we have processed the message Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/

svn commit: r419335 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-07-05 Thread fhanik
Author: fhanik Date: Wed Jul 5 13:31:59 2006 New Revision: 419335 URL: http://svn.apache.org/viewvc?rev=419335&view=rev Log: Updated release notes Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL:

svn commit: r419332 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/ObjectReader.java transport/ReceiverBase.java transport/nio/NioReplicationThread.java

2006-07-05 Thread fhanik
Author: fhanik Date: Wed Jul 5 13:30:13 2006 New Revision: 419332 URL: http://svn.apache.org/viewvc?rev=419332&view=rev Log: Avoid over processing single connections, handle one package at a time Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribe

svn commit: r419324 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/transport: SocketNioReceive.java SocketNioSend.java SocketReceive.java SocketSend.java

2006-07-05 Thread fhanik
Author: fhanik Date: Wed Jul 5 13:06:07 2006 New Revision: 419324 URL: http://svn.apache.org/viewvc?rev=419324&view=rev Log: Updated test packages Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/transport/SocketNioReceive.java to

svn commit: r419252 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes: demos/ test/transport/

2006-07-05 Thread fhanik
Author: fhanik Date: Wed Jul 5 08:17:28 2006 New Revision: 419252 URL: http://svn.apache.org/viewvc?rev=419252&view=rev Log: move to the correct place Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/transport/SocketNioReceive.java - co

svn commit: r419246 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/transport/

2006-07-05 Thread fhanik
Author: fhanik Date: Wed Jul 5 08:01:27 2006 New Revision: 419246 URL: http://svn.apache.org/viewvc?rev=419246&view=rev Log: added directory for testing Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/trans

svn commit: r418883 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/XByteBuffer.java membership/Membership.java transport/nio/NioReceiver.java transport/nio/Ni

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 17:25:25 2006 New Revision: 418883 URL: http://svn.apache.org/viewvc?rev=418883&view=rev Log: Update member data on each transmission Don't reregister the socket out of sync Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache

svn commit: r418865 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 15:23:27 2006 New Revision: 418865 URL: http://svn.apache.org/viewvc?rev=418865&view=rev Log: minor changes Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java Modified: to

svn commit: r418809 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 10:27:07 2006 New Revision: 418809 URL: http://svn.apache.org/viewvc?rev=418809&view=rev Log: Added multithreaded to the test Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestDataIntegrity.

svn commit: r418794 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/transport/ThreadPool.java src/share/org/apache/catalina/tribes/transport/nio/NioReplic

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 09:08:13 2006 New Revision: 418794 URL: http://svn.apache.org/viewvc?rev=418794&view=rev Log: Temporary workaround for threading problem, go directly to max threads Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5

svn commit: r418788 - in /tomcat/container/tc5.5.x/modules/groupcom/build: build.xml mvn/ mvn/tribes.pom

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 08:13:31 2006 New Revision: 418788 URL: http://svn.apache.org/viewvc?rev=418788&view=rev Log: Added the ability to generate maven repository files Added: tomcat/container/tc5.5.x/modules/groupcom/build/mvn/ tomcat/container/tc5.5.x/modules/groupcom/b

svn commit: r418767 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 06:34:40 2006 New Revision: 418767 URL: http://svn.apache.org/viewvc?rev=418767&view=rev Log: update version number Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL:

svn commit: r418764 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/transport/ src/share/org/apache/ca

2006-07-03 Thread fhanik
Author: fhanik Date: Mon Jul 3 06:24:13 2006 New Revision: 418764 URL: http://svn.apache.org/viewvc?rev=418764&view=rev Log: Fixes to test cases mostly, some minor changes in the code base Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/cha

svn commit: r418520 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION build/build.xml

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 16:34:50 2006 New Revision: 418520 URL: http://svn.apache.org/viewvc?rev=418520&view=rev Log: Changed build script to generate archived JARs with version so that maven repositories can use it Modified: tomcat/container/tc5.5.x/modules/groupcom/VER

svn commit: r418517 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport: ThreadPool.java bio/BioReplicationThread.java nio/NioReplicationThread.java

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 16:16:04 2006 New Revision: 418517 URL: http://svn.apache.org/viewvc?rev=418517&view=rev Log: Fixed threading hand off, now works correctly Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/ThreadPool.

svn commit: r418516 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/ChannelData.java io/ObjectReader.java io/XByteBuffer.java transport/nio/NioReceiver.java tr

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 15:52:11 2006 New Revision: 418516 URL: http://svn.apache.org/viewvc?rev=418516&view=rev Log: Major improvements, there seems to be an error with the thread handling on the NIOReceiver and the hand off for the worker thread Modified: tomcat/container/tc5

svn commit: r418515 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes: demos/ChannelCreator.java demos/SocketSend.java test/channel/TestDataIntegrity.java

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 15:43:35 2006 New Revision: 418515 URL: http://svn.apache.org/viewvc?rev=418515&view=rev Log: Added a test case to verify data integrity. Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestDataIntegrity.

svn commit: r418507 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/ObjectReader.java transport/nio/NioReceiver.java transport/nio/NioReplicationThread.java

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 13:23:27 2006 New Revision: 418507 URL: http://svn.apache.org/viewvc?rev=418507&view=rev Log: added a last access method to the object reader, so that we can track when a socket was last accessed. again, SVN is playing a trick on me, with the line end

svn commit: r418504 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/SocketNioReceive.java

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 12:54:41 2006 New Revision: 418504 URL: http://svn.apache.org/viewvc?rev=418504&view=rev Log: improved the sustainability of the process staying alive Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/d

svn commit: r418503 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/ transport/ transport/bio/ transport/nio/

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 12:53:16 2006 New Revision: 418503 URL: http://svn.apache.org/viewvc?rev=418503&view=rev Log: Improved NioReceiver by almost 50% in performance, handles concurrency much better now Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/ap

svn commit: r418502 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/ThreadPool.java

2006-07-01 Thread fhanik
Author: fhanik Date: Sat Jul 1 12:50:50 2006 New Revision: 418502 URL: http://svn.apache.org/viewvc?rev=418502&view=rev Log: Removed the use of the interestOpsMutex object as we now correctly use the selector. this file, again has the line ending problem that drives me nuts Modi

svn commit: r418264 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-06-30 Thread fhanik
Author: fhanik Date: Fri Jun 30 06:27:26 2006 New Revision: 418264 URL: http://svn.apache.org/viewvc?rev=418264&view=rev Log: Added bug fix notes Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL:

svn commit: r418261 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership: McastServiceImpl.java MemberImpl.java

2006-06-30 Thread fhanik
Author: fhanik Date: Fri Jun 30 06:24:11 2006 New Revision: 418261 URL: http://svn.apache.org/viewvc?rev=418261&view=rev Log: Fixed bug about shutdown command Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.

svn commit: r418260 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos: SocketNioReceive.java SocketNioSend.java SocketReceive.java SocketSend.java

2006-06-30 Thread fhanik
Author: fhanik Date: Fri Jun 30 06:23:48 2006 New Revision: 418260 URL: http://svn.apache.org/viewvc?rev=418260&view=rev Log: Useful tests for testing tribes low level IO connectors Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/d

svn commit: r418077 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/transport/nio/ParallelNioSender.java test/java/org/apache/catalina/tribes/demos/LoadTest.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 09:17:06 2006 New Revision: 418077 URL: http://svn.apache.org/viewvc?rev=418077&view=rev Log: Changed default, showed how serialization is 30 percent of tribes overhead. Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tr

svn commit: r418028 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/ChannelCreator.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 05:50:22 2006 New Revision: 418028 URL: http://svn.apache.org/viewvc?rev=418028&view=rev Log: Always add in the domain name filter Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/ChannelCreator.java Modi

svn commit: r418015 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 04:34:32 2006 New Revision: 418015 URL: http://svn.apache.org/viewvc?rev=418015&view=rev Log: final touches Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.java Modified: tomcat/container/t

svn commit: r418013 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership: McastService.java MemberImpl.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 04:22:12 2006 New Revision: 418013 URL: http://svn.apache.org/viewvc?rev=418013&view=rev Log: Fixed bug, these byte arrays should never be null Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/member

svn commit: r418003 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership: McastServiceImpl.java MemberImpl.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 04:02:43 2006 New Revision: 418003 URL: http://svn.apache.org/viewvc?rev=418003&view=rev Log: Add in the ability to ignore incorrect packages Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/member

svn commit: r417998 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/MembershipService.java src/share/org/apache/catalina/tribes/membership/McastService.ja

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 03:46:56 2006 New Revision: 417998 URL: http://svn.apache.org/viewvc?rev=417998&view=rev Log: Added in the ability to set the domain both runtime and startup time Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/mod

svn commit: r417985 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/membership/MemberImpl.java test/java/org/apache/catalina/tribes/test/membership/MemberSerializ

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 03:21:25 2006 New Revision: 417985 URL: http://svn.apache.org/viewvc?rev=417985&view=rev Log: Fixed domain serialization Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.java tomcat/conta

svn commit: r417983 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tri

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 03:08:57 2006 New Revision: 417983 URL: http://svn.apache.org/viewvc?rev=417983&view=rev Log: Peter was right all along, domain name filtering becomes really useful, since trying to guess an available available multicast address is not that safe A

svn commit: r417966 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 01:54:48 2006 New Revision: 417966 URL: http://svn.apache.org/viewvc?rev=417966&view=rev Log: Fixed, should not check here Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java Modi

svn commit: r417962 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/membership/McastService.java

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 01:50:29 2006 New Revision: 417962 URL: http://svn.apache.org/viewvc?rev=417962&view=rev Log: Send payload directly Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tr

svn commit: r417959 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tri

2006-06-29 Thread fhanik
Author: fhanik Date: Thu Jun 29 01:33:29 2006 New Revision: 417959 URL: http://svn.apache.org/viewvc?rev=417959&view=rev Log: Added Member.getCommand, so that we don't have to piggyback on application payload to transfer internal tribes commands Modified: tomcat/container/tc5.5.

svn commit: r417473 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-06-27 Thread fhanik
Author: fhanik Date: Tue Jun 27 07:32:12 2006 New Revision: 417473 URL: http://svn.apache.org/viewvc?rev=417473&view=rev Log: fixed MemberImpl.toString method Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL:

svn commit: r417471 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.java

2006-06-27 Thread fhanik
Author: fhanik Date: Tue Jun 27 07:27:46 2006 New Revision: 417471 URL: http://svn.apache.org/viewvc?rev=417471&view=rev Log: don't print out the entire payload Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.java

svn commit: r417042 - /tomcat/container/tc5.5.x/modules/groupcom/build/build.xml

2006-06-25 Thread fhanik
Author: fhanik Date: Sun Jun 25 12:12:57 2006 New Revision: 417042 URL: http://svn.apache.org/viewvc?rev=417042&view=rev Log: created a separate binary jar Modified: tomcat/container/tc5.5.x/modules/groupcom/build/build.xml Modified: tomcat/container/tc5.5.x/modules/groupcom/build/build

svn commit: r417041 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java

2006-06-25 Thread fhanik
Author: fhanik Date: Sun Jun 25 12:00:24 2006 New Revision: 417041 URL: http://svn.apache.org/viewvc?rev=417041&view=rev Log: Default mcast packet can be 8kb Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/src/share/org/ap

svn commit: r417038 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/membership/McastService.java

2006-06-25 Thread fhanik
Author: fhanik Date: Sun Jun 25 11:43:49 2006 New Revision: 417038 URL: http://svn.apache.org/viewvc?rev=417038&view=rev Log: Fixed bug with member startup sequence Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/src/share/org/ap

svn commit: r416962 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2006-06-24 Thread fhanik
Author: fhanik Date: Sat Jun 24 14:28:16 2006 New Revision: 416962 URL: http://svn.apache.org/viewvc?rev=416962&view=rev Log: Added in additional info statements Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/intercep

svn commit: r416922 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.java

2006-06-24 Thread fhanik
Author: fhanik Date: Sat Jun 24 07:36:04 2006 New Revision: 416922 URL: http://svn.apache.org/viewvc?rev=416922&view=rev Log: When a new payload is set, reset the data stack Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/MemberImpl.

svn commit: r416853 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastService.java

2006-06-23 Thread fhanik
Author: fhanik Date: Fri Jun 23 19:00:01 2006 New Revision: 416853 URL: http://svn.apache.org/viewvc?rev=416853&view=rev Log: Be able to create the local member without actually starting the membership service Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/ap

svn commit: r416806 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/membership/

2006-06-23 Thread fhanik
Author: fhanik Date: Fri Jun 23 12:43:21 2006 New Revision: 416806 URL: http://svn.apache.org/viewvc?rev=416806&view=rev Log: Fixed some bugs Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/g

svn commit: r416789 - in /tomcat/container/tc5.5.x/modules/groupcom: build/build.xml src/share/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2006-06-23 Thread fhanik
Author: fhanik Date: Fri Jun 23 11:27:08 2006 New Revision: 416789 URL: http://svn.apache.org/viewvc?rev=416789&view=rev Log: Adjusted build script, and correctd TcpFailureDetector Modified: tomcat/container/tc5.5.x/modules/groupcom/build/build.xml tomcat/container/tc5.5.x/mod

svn commit: r416481 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 15:02:23 2006 New Revision: 416481 URL: http://svn.apache.org/viewvc?rev=416481&view=rev Log: Dont do the not needed operations, if they are not needed. Performance is just a tad under java.io, which is expected as we need to poll, as opposed to constantly

svn commit: r416461 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/InternalNioInputBuffer.java tomcat/util/net/NioEndpoint.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 13:28:27 2006 New Revision: 416461 URL: http://svn.apache.org/viewvc?rev=416461&view=rev Log: Two fixes, process timeouts last, no need to check a timeout on a valid read. hence we do it after we process the actual operations Throw an IO exception if we reach

svn commit: r416456 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/InternalNioInputBuffer.java tomcat/util/net/NioEndpoint.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 12:59:39 2006 New Revision: 416456 URL: http://svn.apache.org/viewvc?rev=416456&view=rev Log: Catch the cancelled key exceptions and act appropriately Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java tomcat/tc6

svn commit: r416444 [1/2] - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/Http11NioProcessor.java coyote/http11/InternalNioInputBuffer.java tomcat/util/net/NioEndpoint.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 12:05:02 2006 New Revision: 416444 URL: http://svn.apache.org/viewvc?rev=416444&view=rev Log: Fix so that we don't do a busy read, instead we are properly doing a NIO poller wait This way, we can achieve blocking read, without wasting CPU cycles. Sin

svn commit: r416423 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 10:09:14 2006 New Revision: 416423 URL: http://svn.apache.org/viewvc?rev=416423&view=rev Log: must come up with a better sleep, this brings the nio connector up to the same speed as the io connector however, there is a risk for cpu contention on slow clients,

svn commit: r416409 [1/2] - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 09:10:17 2006 New Revision: 416409 URL: http://svn.apache.org/viewvc?rev=416409&view=rev Log: Reverted last nights checkin, until I fix the line ending story, and this also makes the connector work again Modified: tomcat/tc6.0.x/trunk/java/org/apache/to

svn commit: r416408 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Connector.java

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 09:03:32 2006 New Revision: 416408 URL: http://svn.apache.org/viewvc?rev=416408&view=rev Log: Reverted checkin, we can use a fully qualified class name inside of the protocol Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Connector.

svn commit: r416390 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/group/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catali

2006-06-22 Thread fhanik
Author: fhanik Date: Thu Jun 22 08:08:58 2006 New Revision: 416390 URL: http://svn.apache.org/viewvc?rev=416390&view=rev Log: Support for JDK1.4 all the way Added: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/BufferPool14Impl.java Modified: to

svn commit: r416193 [1/2] - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2006-06-21 Thread fhanik
Author: fhanik Date: Wed Jun 21 18:45:58 2006 New Revision: 416193 URL: http://svn.apache.org/viewvc?rev=416193&view=rev Log: Keep track of whether the socket is in use or not. The same can of course be done using key.interestOps() as a socket in use would not be returning OP_READ Modi

svn commit: r416187 [2/3] - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ coyote/http11/ tomcat/util/net/

2006-06-21 Thread fhanik
Added: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java?rev=416187&view=auto =

svn commit: r414965 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java InternalAprInputBuffer.java

2006-06-16 Thread fhanik
Author: fhanik Date: Fri Jun 16 17:12:20 2006 New Revision: 414965 URL: http://svn.apache.org/viewvc?rev=414965&view=rev Log: Revert, if Content-Length: is an acceptable work around Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/tc6

svn commit: r414906 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java InternalAprInputBuffer.java

2006-06-16 Thread fhanik
Author: fhanik Date: Fri Jun 16 13:55:06 2006 New Revision: 414906 URL: http://svn.apache.org/viewvc?rev=414906&view=rev Log: Fixed comet processing. The following bug was existing: When a comet request had begun, and the browser sent some more data, the Tomcat APR component was never rea

svn commit: r414590 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-15 Thread fhanik
Author: fhanik Date: Thu Jun 15 07:11:29 2006 New Revision: 414590 URL: http://svn.apache.org/viewvc?rev=414590&view=rev Log: Final bug fixes, coordinator is now working as expected Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom

svn commit: r414438 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/CoordinationDemo.java

2006-06-14 Thread fhanik
Author: fhanik Date: Wed Jun 14 19:03:20 2006 New Revision: 414438 URL: http://svn.apache.org/viewvc?rev=414438&view=rev Log: Fixed startup Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/CoordinationDemo.java Modified: tomcat/container/t

svn commit: r414324 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-06-14 Thread fhanik
Author: fhanik Date: Wed Jun 14 10:49:27 2006 New Revision: 414324 URL: http://svn.apache.org/viewvc?rev=414324&view=rev Log: Updated version number Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL:

svn commit: r414323 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/transport/ src/share/org/apache/catal

2006-06-14 Thread fhanik
Author: fhanik Date: Wed Jun 14 10:47:00 2006 New Revision: 414323 URL: http://svn.apache.org/viewvc?rev=414323&view=rev Log: Further enhancements, looking pretty good Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/intercep

svn commit: r414109 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java test/java/org/apache/catalina/tribes/demos/Coor

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 23:27:49 2006 New Revision: 414109 URL: http://svn.apache.org/viewvc?rev=414109&view=rev Log: More demo modifications Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.

svn commit: r414100 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/transport/ test/java/org/apache/catal

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 23:13:24 2006 New Revision: 414100 URL: http://svn.apache.org/viewvc?rev=414100&view=rev Log: More modifications, seems to be a synchronous block that runs through the election campaign Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/ap

svn commit: r414073 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/util/ test/java/org/apache/catalina/t

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:53:55 2006 New Revision: 414073 URL: http://svn.apache.org/viewvc?rev=414073&view=rev Log: Fixed nextIndex bug and added support for multi threading during start/stop of the entire demo Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share

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

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:15:00 2006 New Revision: 414061 URL: http://svn.apache.org/viewvc?rev=414061&view=rev Log: Completed coordination demo Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Modified: to

svn commit: r414060 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/CoordinationDemo.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:13:19 2006 New Revision: 414060 URL: http://svn.apache.org/viewvc?rev=414060&view=rev Log: Added count to demo Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/CoordinationDemo.java Modified: tomcat/conta

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

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:05:24 2006 New Revision: 414056 URL: http://svn.apache.org/viewvc?rev=414056&view=rev Log: Created a coordination demo, text only, to show how election works Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/d

svn commit: r414005 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 16:21:30 2006 New Revision: 414005 URL: http://svn.apache.org/viewvc?rev=414005&view=rev Log: Added version notes Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tr

svn commit: r414004 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 16:14:35 2006 New Revision: 414004 URL: http://svn.apache.org/viewvc?rev=414004&view=rev Log: revert change, errors detected Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/intercep

svn commit: r414002 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:59:16 2006 New Revision: 414002 URL: http://svn.apache.org/viewvc?rev=414002&view=rev Log: Added a semaphore for not receiving messages Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/intercep

svn commit: r413998 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:45:59 2006 New Revision: 413998 URL: http://svn.apache.org/viewvc?rev=413998&view=rev Log: Log to the logger Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java Modi

svn commit: r413996 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/transport/nio/ test/java/org/apache/c

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:45:25 2006 New Revision: 413996 URL: http://svn.apache.org/viewvc?rev=413996&view=rev Log: Fine tuned the test cases, we don't need long sleeps, it should all go pretty quick Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/o

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

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:07:01 2006 New Revision: 413988 URL: http://svn.apache.org/viewvc?rev=413988&view=rev Log: Completed almost all of the coordinator, still need test cases for all the use cases that exists Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share

svn commit: r413094 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport: AbstractSender.java ReceiverBase.java

2006-06-09 Thread fhanik
Author: fhanik Date: Fri Jun 9 10:13:30 2006 New Revision: 413094 URL: http://svn.apache.org/viewvc?rev=413094&view=rev Log: Changed timeout to a more reasonable value Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/AbstractSender.

svn commit: r412903 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java test/java/org/apache/catalina/tribes/test/intercept

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 18:52:52 2006 New Revision: 412903 URL: http://svn.apache.org/viewvc?rev=412903&view=rev Log: played around with the test Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.

svn commit: r412874 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/nio/NioReplicationThread.java

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 15:37:42 2006 New Revision: 412874 URL: http://svn.apache.org/viewvc?rev=412874&view=rev Log: One more fix Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/nio/NioReplicationThread.java Modified: to

svn commit: r412871 - in /tomcat/container/tc5.5.x/modules/groupcom: doc/ src/share/org/apache/catalina/tribes/group/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/cata

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 15:36:22 2006 New Revision: 412871 URL: http://svn.apache.org/viewvc?rev=412871&view=rev Log: Almost there, debugging the code and the algorithm left Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/intercep

svn commit: r412808 - in /tomcat/container/tc5.5.x/modules/groupcom: doc/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/util/

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 10:36:19 2006 New Revision: 412808 URL: http://svn.apache.org/viewvc?rev=412808&view=rev Log: More updates, far from complete Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/leader-election-initiate-election.dia tomcat/container/tc5.5.x/mod

svn commit: r412800 - /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 10:01:41 2006 New Revision: 412800 URL: http://svn.apache.org/viewvc?rev=412800&view=rev Log: Fixed defect 39699 http://issues.apache.org/bugzilla/show_bug.cgi?id=39699 Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha

svn commit: r412798 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 09:57:24 2006 New Revision: 412798 URL: http://svn.apache.org/viewvc?rev=412798&view=rev Log: Fixed defect 39699 http://issues.apache.org/bugzilla/show_bug.cgi?id=39699 Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/clu

svn commit: r412754 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/interceptors/NonBlockingCoordinator.java membership/Membership.java

2006-06-08 Thread fhanik
Author: fhanik Date: Thu Jun 8 06:58:04 2006 New Revision: 412754 URL: http://svn.apache.org/viewvc?rev=412754&view=rev Log: Added constructor that creates a membership that includes the local member Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tr

svn commit: r412571 - in /tomcat/container/tc5.5.x/modules/groupcom: doc/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/membership/

2006-06-07 Thread fhanik
Author: fhanik Date: Wed Jun 7 14:51:38 2006 New Revision: 412571 URL: http://svn.apache.org/viewvc?rev=412571&view=rev Log: more changes, ready to start implementing Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/leader-election-initiate-election.dia tomcat/container/tc5

svn commit: r412555 - in /tomcat/container/tc5.5.x/modules/groupcom: doc/leader-election-message-arrives.dia doc/leader-election-message-arrives.jpg src/share/org/apache/catalina/tribes/group/intercep

2006-06-07 Thread fhanik
Author: fhanik Date: Wed Jun 7 14:40:00 2006 New Revision: 412555 URL: http://svn.apache.org/viewvc?rev=412555&view=rev Log: Improvements to the merging leadership election algorithm, implementation is still pending Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/leader-elec

svn commit: r411968 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-06-05 Thread fhanik
Author: fhanik Date: Mon Jun 5 18:55:22 2006 New Revision: 411968 URL: http://svn.apache.org/viewvc?rev=411968&view=rev Log: just a small update to release a new build on the website Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/mod

svn commit: r410607 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2006-05-31 Thread fhanik
Author: fhanik Date: Wed May 31 10:24:56 2006 New Revision: 410607 URL: http://svn.apache.org/viewvc?rev=410607&view=rev Log: not yet complete Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: to

svn commit: r410362 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/MapDemo.java

2006-05-30 Thread fhanik
Author: fhanik Date: Tue May 30 13:13:46 2006 New Revision: 410362 URL: http://svn.apache.org/viewvc?rev=410362&view=rev Log: Fixed sizing and randomness Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/MapDemo.java Modified: tomcat/conta

svn commit: r410356 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java test/java/org/apache/catalina/tribes/demos/MapDemo.java

2006-05-30 Thread fhanik
Author: fhanik Date: Tue May 30 12:45:54 2006 New Revision: 410356 URL: http://svn.apache.org/viewvc?rev=410356&view=rev Log: Map demo displays colors, makes it easier to read the chart Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/member

svn commit: r410260 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/ByteMessage.java

2006-05-30 Thread fhanik
Author: fhanik Date: Tue May 30 05:34:03 2006 New Revision: 410260 URL: http://svn.apache.org/viewvc?rev=410260&view=rev Log: Avoid NPE Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/ByteMessage.java Modified: tomcat/container/tc5.5.x/mod

svn commit: r409799 - in /tomcat/container/tc5.5.x/modules/groupcom: doc/introduction.xml src/share/org/apache/catalina/tribes/group/GroupChannel.java to-do.txt

2006-05-26 Thread fhanik
Author: fhanik Date: Fri May 26 19:32:21 2006 New Revision: 409799 URL: http://svn.apache.org/viewvc?rev=409799&view=rev Log: Absence reply should be sent if the message was not by an RPC channel Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/introduction.xml tomcat/conta

<    12   13   14   15   16   17   18   19   20   21   >