Skip navigation.
 
mlRe: Quitting all active applications
FROM : Ken Thomases
DATE : Fri Aug 29 00:17:31 2008

On Aug 28, 2008, at 4:53 PM, Sherm Pendley wrote:

> On Thu, Aug 28, 2008 at 12:37 PM, Phil Faber 
> <<email_removed>> wrote:
>

>>
>> All I'm trying to achieve is a tiny app that only quits open apps 
>> and then
>> quits itself; the purpose being when I want to release as much 
>> memory and
>> disc space as possible before I run another memory / processor 
>> intensive
>> app.

>
>
> Not much point in that, IMHO - the virtual memory system will 
> usually swap
> out inactive apps to make room when the active app needs more 
> physical RAM.
> And if an app is in the background just waiting for user input, 
> it's taking
> a tiny amount of CPU anyway.


In fact, telling all applications to quit forces the OS to page in 
significant chunks of those apps so they can actually execute the 
quit request.  That causes a bunch of VM churn and will hurt 
performance in the immediate term.

Cheers,
Ken

Related mailsAuthorDate
mlQuitting all active applications Phil Faber Aug 28, 12:36
mlRe: Quitting all active applications Rob Keniger Aug 28, 13:12
mlRe: Quitting all active applications Marcus Aug 28, 13:13
mlRe: Quitting all active applications Phil Aug 28, 13:30
mlRe: Quitting all active applications Phil Faber Aug 28, 18:37
mlRe: Quitting all active applications Martin Stoufer Aug 28, 18:46
mlRe: Quitting all active applications Randall Meadows Aug 28, 19:33
mlRe: Quitting all active applications Martin Stoufer Aug 28, 19:39
mlRe: Quitting all active applications Clark Cox Aug 28, 19:45
mlRe: Quitting all active applications Jean-Daniel Dupas Aug 28, 19:47
mlRe: Quitting all active applications Randall Meadows Aug 28, 19:47
mlRe: Quitting all active applications Martin Stoufer Aug 28, 19:52
mlRe: Quitting all active applications Shawn Erickson Aug 28, 21:30
mlRe: Quitting all active applications Michael Watson Aug 28, 21:59
mlRe: Quitting all active applications Sherm Pendley Aug 28, 23:53
mlRe: Quitting all active applications Ken Thomases Aug 29, 00:17
mlRe: Quitting all active applications Michael Ash Aug 29, 18:24