[plt-scheme] Re: Using LibFFI along with threads

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Tue Jul 17 08:46:52 EDT 2007

Dear All,

I've got a prototype for a non blocking ffi call. I've prototyped
directly
in src/foreign/foreign.c. All code changes are marked by
BEGIN NON BLOCKING -- END NON BLOCKING.

I've tested with the normal source dist. mz-370.
To be able to test on Linux, extra linking needs to be added in some
directories:

-lpthread

The tests work perfectly. It isn't a silver bullit, but it workes quite
ok.

A tar with the prototype is attached.

--Hans


-------------- next part --------------
A non-text attachment was scrubbed...
Name: foreign-nb.tar.gz
Type: application/x-gzip
Size: 21792 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20070717/45062ad0/attachment.gz>

Posted on the users mailing list.