Re: Thread implementations...

Ulrich Drepper (drepper@cygnus.com)
26 Jun 1998 07:11:18 -0700


Richard Gooch <Richard.Gooch@atnf.CSIRO.AU> writes:

> Yes, you can handle multiple connections using aio_*(), but you end up
> with one thread (with the glibc 2 implementation) per open connection,
> right? So when we have 10000 connections, we have 10000 threads,
> right?

No. The implementation will only use as many threads as you tell it
to use. See aio_init().

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu