chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] simple threading


From: John Cowan
Subject: Re: [Chicken-users] simple threading
Date: Fri, 16 Jun 2006 15:28:14 -0400
User-agent: Mutt/1.3.28i

Matthew David Parker scripsit:

> Does anyone know a clever solution to my problem?

What you need is OS-level threads (not Chicken-level threads or OS-level
processes), but Chicken does not support them.  It's possible that you
could invoke an OS-specific threading package to create such threads,
though they wouldn't be able to run Chicken code AFAICT, only C code.

(felix?)

-- 

Even a refrigerator can conform to the XML      John Cowan
Infoset, as long as it has a door sticker       address@hidden
saying "No information items inside".           http://www.ccil.org/~cowan
        --Eve Maler




reply via email to

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