how many no of tcp connections can be made at a time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • curiousdeveloper
    New Member
    • Jan 2010
    • 1

    how many no of tcp connections can be made at a time

    Hi All,
    I am developing application in C++ in Windows and Linux (both).

    I am using TCP connections in my application. In my application, i want to make variable no of connections as per user requests. So, how can i come to know No of idle TCP connections (descriptors) can be done ?

    Is there any limitation on No of TCP connections at the same time concurrently ?

    How can i come to know that No of idle TCP connections are over and can give ERROR to user?

    Regards,
    Chirag Shah
Working...