Speeding up exit(2)?
    Wojciech Puchar 
    wojtek at wojtek.tensor.gdynia.pl
       
    Sun Mar 15 02:28:33 PDT 2009
    
    
  
> Not sure what's really going on there, but apparently, the process
> reads in pages from swap that have been paged out previously
> (according to top(1)).
is it your program and you are sure it's on exit?
i'm sure it's not.
it's because the program is writted the way it's doing a lot of things 
(probably unneeded) on exit.
not exit(2) itself
    
    
More information about the freebsd-questions
mailing list