poll / select
- Reply: Paul Vixie : "poll / select"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jun 2025 11:39:22 UTC
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