Mercurial > hg > Database > Alice
diff src/alice/test/codesegment/local/wordcount/StartWordCount.java @ 242:3bcaf12cf877
use MappedByteBuffer
author | sugi |
---|---|
date | Tue, 16 Apr 2013 18:26:07 +0900 |
parents | 02783f3699b1 |
children | 6f8236208875 |
line wrap: on
line diff
--- a/src/alice/test/codesegment/local/wordcount/StartWordCount.java Tue Apr 16 15:09:47 2013 +0900 +++ b/src/alice/test/codesegment/local/wordcount/StartWordCount.java Tue Apr 16 18:26:07 2013 +0900 @@ -5,7 +5,9 @@ public class StartWordCount { + public static long t = System.currentTimeMillis(); public static void main(String[] args){ + new AliceDaemon(new Config(args)).listen(); // logger off WordConfig conf = new WordConfig(args);