From: proven@io.proven.org (Chris Provenzano)
Subject: Re: Thread-Handling with Cygwin32
6 Oct 1997 12:25:22 -0700
Message-ID: <199710061847.LAA01888.cygnus.gnu-win32@io.proven.org>
References: <3438A7E8.921FB9BB@brokat.de>
To: Bernd.Schilpp@brokat.de
Cc: gnu-win32@cygnus.com

>Has anyone experience of using threads with cygwin32 ?
>Or does anyone know, where to find threadsave libaries for that purpose?
>What is planned at cygwin ? - when will cygwin32 support threads and
>offer threadsave libaries ?
>Please answer me soon !
>

I have a proof of concept (pre alpha) using a mishmash of cygwin32 and 
my pthreads. It is only user space threads currently, but will be fairly
trivial to add full kernel thread/user thread support. The majority of the
remaining work requires throwing out some large sections of cygwin32 and 
rewriting them to better support my implementation of pthreads. Eg. sleep() 
should only block a thread and not the entire process. 

It'll probably be several months before any release will be available.

CAP

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
