Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-07-31 01:55:30 -0700 (Sun, 31 Jul 2005)
Revision: 1913
Log message:

      More code that compiles. This should be most of the code needed by GC.
      It is missing a smart marshaling of messages. Currently it's implemented
      using OCaml's Marshal module.
      
      The flooder program can be used to test the code. I only tested a very
      simple setup with just two nodes and one group. More tests are necessary
      to guarantee the code is fully functional...
      
      This version of the code has a LOT of debug output messages. The output
      will most likely not make sense to anybody else but me at this point, but
      I'm too tired at this point to clean that up. I'll try to do it in the next
      couple of days.
      

Changes  Path
+17 -0 mojavefs/shmem/common/gctimer.ml
+168 -137 mojavefs/shmem/gc/gcomm.ml
+1 -1 mojavefs/shmem/test/flooder.ml