Re: Problems with an external library which use pthread

1999-10-28 Thread schen
Hi Nathan, everyone, On Thu, 28 Oct 1999, Nathan Meyers wrote: > Something in this mail sounds like a disconnect. The pthread API > implementation bundled with current Linux releases (it actually comes > as part of glibc) uses the native Linux threading facility... it's what > the JDK itself use

Re: Problems with an external library which use pthread

1999-10-28 Thread Nathan Meyers
Something in this mail sounds like a disconnect. The pthread API implementation bundled with current Linux releases (it actually comes as part of glibc) uses the native Linux threading facility... it's what the JDK itself uses to get native threading. So I'm not sure what is meant by "change the

Re: Problems with an external library which use pthread

1999-10-28 Thread schen
Hi Stephane, everyone, On Thu, 28 Oct 1999, Stephane Letz wrote: > I'm trying to port a C library which use pthread with the Blackdown JDK > 1.1.7 on Linux. Bad idea. All pthread implementations I know of, along with green threads in the JDK, and native threads, mess around with the signal ha