On 5/24/07, Dan Muresan <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to