Re: threadsafe needed

2004-10-15 Thread Frederik Eaton
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

Re: threadsafe needed

2004-10-05 Thread Peter Simons
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

RE: threadsafe needed

2004-10-05 Thread Simon Marlow
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,