chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] unjoined thread memory consumption?


From: felix winkelmann
Subject: Re: [Chicken-users] unjoined thread memory consumption?
Date: Thu, 24 May 2007 13:08:18 +0200

On 5/24/07, Dan Muresan <address@hidden> wrote:
Hi,

if a thread exits and is not joined, does it still occupy memory? I'd
like to spawn many threads that exit quickly, and never worry about
joining them. Are there any problems with this approach?

No, this should work fine. Just make sure you don't keep references
to the started threads.


cheers,
felix




reply via email to

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