POV-Ray : Newsgroups : povray.off-topic : A tale of two cities : Re: A tale of two cities Server Time
29 Jul 2024 14:25:11 EDT (-0400)
  Re: A tale of two cities  
From: Darren New
Date: 15 Mar 2012 19:16:26
Message: <4f62784a@news.povray.org>
On 3/15/2012 2:09, Invisible wrote:
> least with manual memory management, one thread doesn't usually block other
> threads from running.

You would be surprised at the number of implementations of malloc() and 
free() that assume you're single-threaded and require locks.

Also, in a language that supports threads in the first place (like Erlang), 
the heaps are per-thread, so that's OK.

-- 
Darren New, San Diego CA, USA (PST)
   People tell me I am the counter-example.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.