I am currently using Mina in a simple client/server application using UDP (a
requirement by the external asset we communicate with). For the next
iteration of our application we need to handle communications with multiple
assets instead of one. I am trying to figure out how best to handle this.
One idea I am toying with, but not sure it is feasable, is having a master
server that is listening on all ports. When an external asset sends data to
our server over a port of their choice, I would create a new client/server
pair that would service the external asset over the port that the message
arrived on. Comms would then proceed with this client/server pair until
comms are no longer needed with the asset and the pair is terminated. If
this sounds doable (or makes sense), how best would this be accomplished
with Mina? Any guidance would be appreciated. Thanks.
-- 
View this message in context: 
http://www.nabble.com/Network-Newbee-Question-tp14848463s16868p14848463.html
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to