Hi: I am a newbie to MINA and even for that matter nio. I am in charge of prototyping an application where messages from clients arrive at the application over 2 sockets and they have to be fanned out to a series of executing nodes behind it
So I guess it is just a load balancer kind of application. So since there is no thread model in MINA 2.... How do i make usre that each decoded request gets handed of to a thread that then sends it off to an executor and marshalls the responses the right way. 1. I guess my question is inbound requests come in on 1 socket... 2. I need to decode them and send them to multiple execution nodes 3. I need the responses form the executor nodes to be muxed back and sent back on the single socket... Any pointers would be greatly appreciated Regards SG
