in reply to Re: Re: Problems with select() on socket
in thread Problems with select() on socket

Yes, the system will queue them for you. Also instead of sending to 3000 at once, you can group them into smaller grounps.

  • Comment on Re: Re: Re: Problems with select() on socket