Connecting Tech Pros Worldwide Forums | Help | Site Map

Multiple Instance of Executable Lisening to Different Port

varadha
Guest
 
Posts: n/a
#1: Jul 19 '05

Hi,



This is the architecture of my system.

Input Request -> Listener -> Process Request -> Send Response.





Now in the existing system I am having single instance instance of the
application running.

Now i want to create one more instance of the application listening to
different Port.



i.e.



Input Request -> Listener -> Multiple Instance of Process Request ->
Send Response.

Input Request -> Listener -> Multiple Instance of Process Request ->
Send Response.





Can u help me in designing this.



Can u also suggest me some articles available in Internet to
understand this.



-Thanks in Advance

Varadha


--
Posted via http://dbforums.com

Kevin Goodsell
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Multiple Instance of Executable Lisening to Different Port


varadha wrote:
[color=blue]
> Hi,[/color]

Hi. There are no "ports" in standard C++. You will need to find a group
where your question is topical. Please read the welcome message:

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Closed Thread