[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bmg-commit]



Update of /d22/d9/projects/walkthru/mit/src/LocationAware/locationserver
In directory carve.lcs.mit.edu:/home/pnichols/walkthru/mit/src/LocationAware/locationserver

Modified Files:
	JavaLocationServer.java JavaLocationServerRMI.java 
Log Message:
JavaLocationServer now extends UnicastRemoteObject; this means that
LocationServer now uses a more sensible 1% of cpu instead of stealling
everything in a while(true){} loop.

For unknown reasons, bellj explicitly rejected this method. He event
states so in his comments, but does not explain why. It is a mystery.