alepar / netty-rpc

simplistic non-blocking rpc over netty
6 stars 3 forks source link

waitFor feature #2

Open alepar opened 12 years ago

alepar commented 12 years ago

waitFor feature on client/peer (timeout) -- executeAndWait - wait until message is received and handled, no return values, unfreeze if Remote/Transport exceptions happen, watch out for deadlocks

this needs some thought - i would like to unfreeze if remoteexception is thrown only while handling this particular execute. will require a bit of work...

also this kind of brings us back to synch world