Is it possible to run two NIO Server sockets on a single port? I am using Apache MINA for server sockets. I am running a one server on port 8090 and simultaneously is it possible to run another server on the same port?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not if they are both using TCP, unless they are both bound to different interfaces. What would be the point exactly? They would both just sit there accepting connections. One is as good as a thousand.