Re: Linux's implementation of poll() not scalable?

2000-10-24 Thread Mark Montague
Linus Torvalds <[EMAIL PROTECTED]> writes: > bind_event(sock, POLLIN, NULL, accept_fn); [...] > (In fact, you might as well move the event array completely inside > "get_event()", because nobody would be supposed to look at the raw array > any more. So the "get_event()" interface would

Re: Linux's implementation of poll() not scalable?

2000-10-24 Thread Mark Montague
Linus Torvalds [EMAIL PROTECTED] writes: bind_event(sock, POLLIN, NULL, accept_fn); [...] (In fact, you might as well move the event array completely inside "get_event()", because nobody would be supposed to look at the raw array any more. So the "get_event()" interface would be even

Re: Patch to remove undefined C code

2000-10-17 Thread Mark Montague
Richard Guenther <[EMAIL PROTECTED]> writes: > On Tue, 17 Oct 2000, Bernd Schmidt wrote: > > > On Tue, 17 Oct 2000, Richard Guenther wrote: > > > > > On Mon, 16 Oct 2000, Bernd Schmidt wrote: > > > > > > > I've been playing with some gcc patches to detect code with undefined > > > > behaviour