-
If you've used the installer, you can start up an entire blitz installation on one machine using blitz.sh (or blitz.bat if you're on Windows).
The remaining Taker and Writer can be run on separate machines or the same machine as Blitz - there is no specific requirement to run these bits on particular machines. It's probably easier to run them all on one machine if you have the memory as that...
2009-11-01 15:55:01 UTC in Blitz JavaSpaces
-
dancreswell made 1 file-release changes.
2009-08-31 11:14:05 UTC in Blitz JavaSpaces
-
dancreswell made 2 file-release changes.
2009-08-31 11:13:07 UTC in Blitz JavaSpaces
-
dancreswell made 2 file-release changes.
2009-08-31 11:12:01 UTC in Blitz JavaSpaces
-
dancreswell made 1 file-release changes.
2009-08-31 10:50:02 UTC in Blitz JavaSpaces
-
dancreswell changed the public information on the Blitz JavaSpaces project.
2009-08-31 09:30:36 UTC in Blitz JavaSpaces
-
Would be good to note that on the web-page to save surprises when one runs the script....
2009-07-04 08:04:47 UTC in GTK+ Mac OS X
-
Also a couple of places where you could have removed a whole method rather than just a variable within it.
e.g. setZoomEndPos()
2009-05-23 09:59:21 UTC in Blitz JavaSpaces
-
com/go is unused in the current codebase and due for removal thus not worth changing.
I've merged in the bits for org/blitz therefore however, like another patch the description is not entirely accurate as it introduces finals also. Would be better to submit this as two patches in the future. Makes verification/validation much faster/easier.
2009-05-23 09:44:35 UTC in Blitz JavaSpaces
-
The description for this patch is slightly mis-leading as it also introduces a final on checkIntegrity which qualifies as a separate "fix".
In fact there's a bug where checkIntegrity is not being set during deserialisation which means that final is not appropriate. Thus I've fixed this bug and applied the hashCode fix but dropped the final.
2009-05-23 08:21:39 UTC in Blitz JavaSpaces