poll / select
Angel Angelov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]> |
Hi guys, I have a system with multiple clients (not more than 40) which send data asynchronously over UDP every 1 milisecond, what is the best way for receiving information: - using select/poll system calls on blocking or non blocking sockets - what should be the time parameter for these system calls - may be some other appraoch using threads Thanks, Angel