27
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow a direct write into channel without passing through a select() : More... over 11 years ago
fixed unstable test More... over 11 years ago
Commented the benchmark module More... over 11 years ago
o Encaspulated the call to selector.wakeup() in the wakeup() method More... over 11 years ago
Commented the sysout, added some more loops More... over 11 years ago
It's not enough to set the SelectionKey flag OP_WRITE to false when we have just done a write and we don't have anymore to do, we also have to reset the IoSession registeredForWrite flag to false, otherwise we enter into a deadlock. More... over 11 years ago
Added svn:ignore property More... over 11 years ago
Added the benchmak module More... over 11 years ago
Added the benchmark module More... over 11 years ago
o Added a prefix to the FixedSelectorLooPool to be able to distinguish between a Client and a Server More... over 11 years ago
Moved the setConnected() into the register callback, to make sure it's executed on one single thread More... over 11 years ago
Added a toString() method to the Registration class More... over 11 years ago
Restore the 'final' qualifier for the class' fields : it's useful to know if the fied has been initialized More... over 11 years ago
o The default constructor will use only 2 threads in the pool More... over 11 years ago
failing connect timeout test More... over 11 years ago
set TCP connection timeout (only TCP client now) More... over 11 years ago
some TCP client tests More... over 11 years ago
TCP client (WIP) More... over 11 years ago
IoHandlerExecutor unit tests More... over 11 years ago
wait a little more for avoid randomly failling tests More... over 11 years ago
in progress out of order IoHandler executor More... over 11 years ago
Javadoc for IoHandlerExecutor More... over 11 years ago
IoHandler executor (working but WIP) More... over 11 years ago
start of IoHandler executor support More... over 11 years ago
exception cleanup More... over 11 years ago
exception cleanup More... over 11 years ago
removed dead class and cleared some warning More... over 11 years ago
more test, fixed imports More... over 11 years ago
Increased the time we wait for results : in DEBUG mode, 200ms is too short. More... over 11 years ago
o The Selector is now visible in NioSession : we need it to be able to wake it up when the OP_WRITE flag is set on a SelectionKey More... over 11 years ago