At a Single console
-
Hai, I having an XML FIle , From this i am Passing port numbers to start a server on. Now the thing is 3 different port numbers i am passing..based on the 1st port the server is getting started...and waiting for clients incoming connections.... Now i want to run the 2nd server at the same console...and also ..the 3rd and so on... How to do this...
Born to win...!
-
Hai, I having an XML FIle , From this i am Passing port numbers to start a server on. Now the thing is 3 different port numbers i am passing..based on the 1st port the server is getting started...and waiting for clients incoming connections.... Now i want to run the 2nd server at the same console...and also ..the 3rd and so on... How to do this...
Born to win...!
It sounds like you need a stub, launcher, application. Look up the docs on the
CreateProcess
API and have a look at the stuff on inheriting Console handles into child processes. A general launcher app is a useful thing anyway.Nothing is exactly what it seems but everything with seems can be unpicked.
-
It sounds like you need a stub, launcher, application. Look up the docs on the
CreateProcess
API and have a look at the stuff on inheriting Console handles into child processes. A general launcher app is a useful thing anyway.Nothing is exactly what it seems but everything with seems can be unpicked.
hai, Thanks for ur reply...I Solved it..
Born to win...!