• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Maximum number of sockets
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maximum number of sockets


  • Subject: Re: Maximum number of sockets
  • From: Quinn <email@hidden>
  • Date: Mon, 12 Jul 2004 18:08:20 +0100

At 18:11 +0200 12/7/04, Dario wrote:
what do you mean for "The select system call handles more file
descriptors properly", more then 1024???

Yes. While the fd_set structure only holds 1024 file descriptors, the kernel does not use that structure internally. Rather, it can handle an arbitrary number of file descriptors. You specify that number via the nfds parameter to select.

S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Maximum number of sockets
      • From: Dario <email@hidden>
References: 
 >Re: Maximum number of sockets (From: Quinn <email@hidden>)
 >Re: Maximum number of sockets (From: Dario <email@hidden>)

  • Prev by Date: Re: Maximum number of sockets
  • Next by Date: Re: Maximum number of sockets
  • Previous by thread: Re: Maximum number of sockets
  • Next by thread: Re: Maximum number of sockets
  • Index(es):
    • Date
    • Thread