POV-Ray : Newsgroups : povray.off-topic : Interesting performance paper : Re: Interesting performance paper Server Time
4 Sep 2024 07:14:08 EDT (-0400)
  Re: Interesting performance paper  
From: Darren New
Date: 15 Jun 2010 16:45:59
Message: <4c17e687$1@news.povray.org>
Orchid XP v8 wrote:
> Generally that kind of thing isn't so bad though. All the garbage that 
> gets paged out never gets paged back in again. 

Sometimes when you kill a big process, it actually does have to read 
everything back in, to run finalizers or whatever, and to generally 
deallocate memory.  It's not unusual to hit ctrl-C on a CLI-driven program 
and have it take a minute or more to exit even if you're not catching signals.

-- 
Darren New, San Diego CA, USA (PST)
    Eiffel - The language that lets you specify exactly
    that the code does what you think it does, even if
    it doesn't do what you wanted.


Post a reply to this message

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