<div>I talked to Jorge about how to abstinate from using auxillary structures to dynamically store new client socket connections, but unfortunately I can&#39;t find any information on it.</div>
<div>&nbsp;</div>
<div>Is there a way to hold onto many dynamic sockets without creating some sort of data structure with which to keep track of the fd&#39;s, so that I can iteratively see if any are ready to be interacted with?</div>
<div>&nbsp;</div>
<div>Also, is there a way to timeout accept() so that I can do more processing if there are no waiting connections? How exactly am I supposed to bypass it if it hangs the system?</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Rick</div>