chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] weird FFI callbacks


From: Moritz Heidkamp
Subject: Re: [Chicken-users] weird FFI callbacks
Date: Thu, 31 Mar 2011 14:32:24 +0200

Hi,

Thomas Chust <address@hidden> writes:
> Your only option in the out of luck situation is not to use regular
> callbacks at all but to implement a sort of in-process remote
> procedure call system where a C stub registered as a callback
> transfers call information to a Scheme thread, waits for a reply from
> there and then returns. Needless to say, this can be relatively tricky
> to implement.

this could be easily implemented using ZeroMQ's inproc transport.

Moritz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]