[Spread-cvs] cvs commit: spread/daemon Readme.txt

spread-users@lists.spread.org spread-users@lists.spread.org
Sat, 02 Oct 2004 21:24:33 -0400


jonathan    04/10/02 21:24:33

  Modified:    daemon   Readme.txt
  Log:
  Probable fix for spurious failed connections in Java clients when multiple
  connections are initiated from same process. Bug report by Brian Moseley,
  idea of how to fix by Ryan Caudy, patch by Jonathan Stanton.
  
  Note this has not been verified to completely fix the reported problem,
  but definitely fixes a bug with reading.
  
  Revision  Changes    Path
  1.64      +3 -0      spread/daemon/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- Readme.txt	2 Oct 2004 22:42:28 -0000	1.63
  +++ Readme.txt	3 Oct 2004 01:24:33 -0000	1.64
  @@ -95,6 +95,9 @@
   14) Fix bug where if more then 22 daemons start at the same time, some will crash or the 
       membership will not complete correctly. This bug was reported by several people 
       including Jesse Noller.  
  +15) Fix Java spread connection problem where several threaded connections from same 
  +    process cause unexpected connection failures. Reported by Brian Moseley, 
  +    idea of fix by Ryan Caudy, patch by Jonathan Stanton.
   
   SOURCE INSTALL:
   ---------------