08-13-2008 02:28 AM
Hello
I am trying to create software that have to connect to the same IP but to different ports at the same time.
Because my data arriving randomly I have to stay connected all the time. For that purpose I use threads that each tread suppose to monitor specific port.
The thread makes the connection and stay in listen mode all the time.
But when I am trying to connect to the second port I have an error (socket error).
Can you please explain me how can I implement multi telnet connection at the same time.
Thank you very much,
Igor.
08-14-2008 06:36 PM
Hi Igor,
Can you tell me a little more about your application and what you are trying to achieve? Are you attempting to connect to an existing Telnet server using CVI or are you creating your own? What CVI functions are you using? Are you using the CVI Telnet client library?
Can you post part of your code to illustrate?