Re: How to schedule an autonomous (SMTP/FAX) service.

2008-05-21 Thread Jens Alfke
On 21 May '08, at 7:20 AM, [EMAIL PROTECTED] wrote: What is the preferred way to programmatically schedule a SEND/FAX event, (preferably via Cocoa)? I could supply the necessary parameters & data, perhaps stored in User Defaults or a flat file. Use launchd. (I think cron still exists,

Re: How to schedule an autonomous (SMTP/FAX) service.

2008-05-21 Thread Kyle Sluder
On Wed, May 21, 2008 at 10:20 AM, <[EMAIL PROTECTED]> wrote: >I was thinking of using launchd or perhaps an independent cron job. But > I'm not sure of the simplist/most efficient way to do something like this in > Cocoa/ObjC. Scheduled jobs are the domain of launchd; this is a concept tha

How to schedule an autonomous (SMTP/FAX) service.

2008-05-21 Thread fclee
Greetings: What is the preferred way to programmatically schedule a SEND/FAX event, (preferably via Cocoa)? I could supply the necessary parameters & data, perhaps stored in User Defaults or a flat file. 1) The event must be able to fire regardless of parent application (parent app. co