chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] a file system using Chicken


From: Zbigniew
Subject: Re: [Chicken-users] a file system using Chicken
Date: Sat, 9 Jun 2007 11:08:34 -0500

Hi Dan,

You mention on your webpage that "Scheme functions cannot serve as C
callbacks" ... was the showstopper the multithreaded ->
cooperative-threaded impedance difference, or was there another issue
with calling back into Scheme from C?

On 6/9/07, Dan Muresan <address@hidden> wrote:
My filesystem consists of a C library and a Chicken server. The C fuse
wrapper runs in multi-threaded mode, serializes requests to Chicken and
waits for replies. The Chicken server spawns separate light-weight
threads to service each request.




reply via email to

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