Mercurial > hg > FederatedLinda
changeset 38:9a0cb612f576
*** empty log message ***
author | kono |
---|---|
date | Sun, 24 Aug 2008 21:28:04 +0900 |
parents | 2a366abc3f1f |
children | 81abceebc869 |
files | src/fdl/FederatedLinda.java src/fdl/MetaLinda.java |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fdl/FederatedLinda.java Sun Aug 24 21:21:40 2008 +0900 +++ b/src/fdl/FederatedLinda.java Sun Aug 24 21:28:04 2008 +0900 @@ -159,6 +159,8 @@ return key_num; } + + // should be IOHandler.handler method. private void chkServe(SocketChannel sock) throws IOException { ByteBuffer command = ByteBuffer.allocate(PSX.LINDA_HEADER_SIZE);
--- a/src/fdl/MetaLinda.java Sun Aug 24 21:21:40 2008 +0900 +++ b/src/fdl/MetaLinda.java Sun Aug 24 21:28:04 2008 +0900 @@ -106,7 +106,7 @@ e.printStackTrace(); } } - fds.checkTuple(timeout); + fds.checkTuple(timeout); // should have done in fdl selector /* * r.callback() may call meta.sync() and modifies the * replies queue. Do current size of queue only. The