Re: [PATCH] POSIX timers for 2.4.1

Jamie Lokier (lk@tantalophile.demon.co.uk)
Sat, 3 Feb 2001 15:33:10 +0100


Robert H. de Vries wrote:
> Hi Linus,
> c. setitimer() can be used only once in a given process, you can have
> up to 32 (configurable) POSIX timers at the same time in your process.

Why is there a limit? With such a small limit, any library that wants
to use its own private timers is going to have to agree a way to
multiplex with other libraries, and you're back to setitimer().

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/