Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2025 14:39:22 +0300 (EEST)
From:      Angel Angelov <acho_iliew@abv.bg>
To:        net@freebsd.org
Subject:   poll / select
Message-ID:  <1106147709.26643.1749641962654@nm22.abv.bg>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
 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 
[-- Attachment #2 --]
<HTML><BODY>
<div>Hi guys,</div><div><br></div><div>I have a system with multiple clients (not more than 40) which send data asynchronously over UDP every 1 milisecond,</div><div>what is the best way for receiving information:</div><div>- using select/poll system calls on blocking or non blocking sockets</div><div>- what should be the time parameter for these system calls&nbsp;</div><div>- may be some other appraoch using threads</div><div><br></div><div>Thanks,</div><div>Angel</div></BODY></HTML>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1106147709.26643.1749641962654>