chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] simple threading


From: Graham Fawcett
Subject: Re: [Chicken-users] simple threading
Date: Fri, 16 Jun 2006 15:50:31 -0400

On 6/16/06, Matthew David Parker <address@hidden> wrote:

I think SRFI-18 might not be useful to me, because the computationally
intensive part is calling some C function to manipulate the image, and I
wouldn't want to put "thread-yield!" into the C function.

Could you run the computationally intensive part in a separate process
(not a forked child) and pass the images to it using an IPC mechanism
(pipes, fifos, shared-memory)?

Graham




reply via email to

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