I am thinking of using MINA in Hadoop (hadoop.apache.org).
The initial use case for a simple handler looks like this :
It two NIO TCP sockets (already created somewhere else). It wants to
read a few bytes from one and write a few bytes to other. Sometimes it
might asynchronously close the session(s).
I downloaded MINA but could not find any examples or interface where it
lets me create a new "session" with existing socket. Which IoService
would you use for such a case.
All the use cases seem to have the sockets created by MINA.
thanks,
Raghu.