[plt-scheme] FFI vs. library implementing RDBMS protocol

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Apr 6 14:10:40 EDT 2007

On Apr  6, Geoffrey S. Knauth wrote:
> On Apr 6, 2007, at 07:45, Hans Oesterholt-Dijkema wrote:
> > It would also not be true, if the FFI can be made to do async
> > function calls (by e.g. calling a function using an OS thread
> > itself).
> 
> Thanks.  I guess that begs the question, can Eli's FFI do async
> function calls?

No.  Doing that will be difficult, I think.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.