CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Brighton, England
    Posts
    3

    Threads and Sockets

    I am currently writting a program that is using multiple threads and socket connections. Does anyone know (under windows NT4) what the maximum number of threads that the system/process can have running, and the maximum number of socket connections that i can have at any one time?

    Thanks in advance
    Neil


  2. #2
    Join Date
    May 1999
    Posts
    2

    Re: Threads and Sockets

    The maximum number of threads / processes / socket connections depends only on the available system resources, I think.
    <br%

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured