Mercurial > hg > Members > tatsuki > Alice
changeset 59:eb1714f41caf
add comment
author | one |
---|---|
date | Wed, 08 Feb 2012 17:35:40 +0900 |
parents | ebdcab7b9b04 |
children | a76e603c43a0 |
files | src/alice/datasegment/DataSegmentKey.java |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alice/datasegment/DataSegmentKey.java Wed Feb 08 17:06:39 2012 +0900 +++ b/src/alice/datasegment/DataSegmentKey.java Wed Feb 08 17:35:40 2012 +0900 @@ -29,6 +29,10 @@ cmdQueue.add(cmd); } + /** + * too many threads are generated here + * single scheduling queue and waiting queue can be used in future + */ public void runKeyThread() { this.keyThread = new Thread() { @Override