sleep and usleep in libraries/unix/System/Posix/Unistd.hsc need
'threadsafe' as well.
-- frederik
On Tue, Oct 05, 2004 at 02:16:29AM -0700, John Meacham wrote:
> Quite a few foreign calls in the library are missing threadsafe in their
> declarations. if this could be fixed by 6.2.2 that would be
On 05 October 2004 10:16, John Meacham wrote:
> Quite a few foreign calls in the library are missing threadsafe in
> their declarations. if this could be fixed by 6.2.2 that would be
> great. in particular
> system, rawSystem, and DNS lookups are important to be able to do
> concurrently.
Thanks,
John Meacham writes:
> in particular system, rawSystem, and DNS lookups are
> important to be able to do concurrently.
For DNS, there is a solution available here:
http://cryp.to/hsdns/
Peter
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTE
Quite a few foreign calls in the library are missing threadsafe in their
declarations. if this could be fixed by 6.2.2 that would be great. in
particular
system, rawSystem, and DNS lookups are important to be able to do
concurrently.
Also, is there plans for a threadunsafe? which seems like it wo