fixed outstanding remoting bugs and issues

This commit is contained in:
jboner 2009-07-24 00:41:42 +02:00
parent 1570fc6732
commit f016ed4216
12 changed files with 601 additions and 168 deletions

View file

@ -69,7 +69,7 @@ object Kernel extends Logging {
hasBooted = true
}
}
def uptime = (System.currentTimeMillis - startTime) / 1000
def setupConfig: Config = {