[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ITP: Pth



On Mon, Nov 01, 1999 at 06:13:03PM +0100, Ruud de Rooij wrote:
=20
> Just out of curiosity, what is the advantage of using Pth over the
> pthread_* functions provided by glibc?

It is cooperative scheduled and does not use the process management of
the kernel. You might argue this is bad but it is very nice in some
cases, because many libraries are not really thread safe (or it is
not really documented how to use them in threads, for example db2) but
you could use them without problem using GNU Pth.

cu
    Torsten

Attachment: pgpvPTXqOPsuX.pgp
Description: PGP signature


Reply to: