[267] in Pthreads mailing list archive
Re: Anybody used Linux libc support for pthreads?
daemon@ATHENA.MIT.EDU (Seiki Shibata)
Mon Feb 19 00:12:11 1996
From: Seiki Shibata <seiki@flab.fujitsu.co.jp>
To: "William S. Gribble" <grib@cs.utexas.edu>
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of Sun, 18 Feb 1996 20:49:43 -0600.
<199602190249.UAA09363@cascade.cs.utexas.edu>
Date: Mon, 19 Feb 1996 13:32:04 +0900
I don't know well about debian distribution and other binary
distribution of libc. But I have the source code for libc-5.2.16, and
it has slightly modified version of pthreads.
Also, I recompile X-libraries to make it thread-safe. Maybe I patched
`Xthreads.h' for pthreads. They all works well. But INET-domain socket
is not usable. Linux doesn't support non-blocking I/O for UNIX-domain
socket, but pthreads need this feature. When I use UNIX-domain socket
(i.e. unix:0), threaded-X program stalled.
--
Seiki Shibata (seiki@flab.fujitsu.co.jp)