Greetings from mile high!
Im trying to figure out this IO::SOCKET stuff -
Here is what im looking to do:
Server 1 - Listens on poprt 1117
Server 2 - Send message to Server 1 on port 1117 and awaits a response on port 1117.
if Server 1 does not respond Server 2:
O THIS::
if Server 1 does respond Server 2 :
O THIS -->
After Server 1 is done send info to Server 2 and start listening again on port 1117 unitll Server 2 sends message again.
Guys/Gals im NOT looking for the actuall code -> I know this sounds stupid - but i have looked for some examples and i have found some but i cant figure out how to change the code, if someone knows of a good tutorial or white paper on this i would be in debt to you.
Thanks for your help!
- Scott
Wise men ask questions, only fools keep quite.
Im trying to figure out this IO::SOCKET stuff -
Here is what im looking to do:
Server 1 - Listens on poprt 1117
Server 2 - Send message to Server 1 on port 1117 and awaits a response on port 1117.
if Server 1 does not respond Server 2:
if Server 1 does respond Server 2 :
After Server 1 is done send info to Server 2 and start listening again on port 1117 unitll Server 2 sends message again.
Guys/Gals im NOT looking for the actuall code -> I know this sounds stupid - but i have looked for some examples and i have found some but i cant figure out how to change the code, if someone knows of a good tutorial or white paper on this i would be in debt to you.
Thanks for your help!
- Scott
Wise men ask questions, only fools keep quite.