On Wed, Jul 04, 2001 at 04:21:34PM -0400, Paul Davis wrote:
> In addition, I have added provisional code for the "get selectable
> fd's" model that would assist existing applications to use
> LAAGA. There is a central problem with this design, however, which is
> that these fd's may need to change from time to time, and there needs
> to be a way to tell the client that this has happened without
> requiring that it understands how to do it.

Can you just create the fd_set (or poll eqivalent) in the server thread
and pass a pointer to it to the client?

The client would have to copy that set rather than FD_ZERO-ing when it
wanted a base set though.

- Steve

Reply via email to