guile-devel
[Top][All Lists]
Advanced

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

Re: ice-9 thread-pool


From: Andy Wingo
Subject: Re: ice-9 thread-pool
Date: Wed, 08 Feb 2012 10:47:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Wed 08 Feb 2012 05:03, Nala Ginrut <address@hidden> writes:

> Well, what if I want to avoid to create new thread repeatedly?
> I mean recycle or pre-allocate a bunch of threads, then reuse them.
> How can I reuse a thread-object in Guile?

If I understand you correctly, you would use a thread pool.  You'd build
it yourself.  (Of course, if this patch goes in, you'd use it instead.)

Andy
-- 
http://wingolog.org/



reply via email to

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