Re: How to detect and disable/delay sleep event in cocoa for some critical threads to complete

2009-10-16 Thread Ken Ferry
Hi Parimal, See NSWorkspace. NSWorkspaceWillSleepNotification Posted before the machine goes to sleep. An observer of this message can delay sleep for up to 30 seconds while handling this notification. -Ken On Thu, Oct 15, 2009 at 10:36 PM, Parimal Das parimal@webyog.comwrote: Hi All

How to detect and disable/delay sleep event in cocoa for some critical threads to complete

2009-10-15 Thread Parimal Das
Hi All When my app is doing some critical I/O transactions with OpenSsl, And the user is sleeping the machine (just by folding the laptop). Some of the app threads are hanging Is there any way in cocoa to do following steps? Also is this logic correct? 1. Detect when a sleep (soft or hard) is