RE: Best approach to long running tasks.

2008-09-10 Thread Tom Fortmann
tions, Inc. -Original Message- From: Ken Thomases [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 9:13 AM To: Tom Fortmann Cc: cocoa-dev@lists.apple.com Subject: Re: Best approach to long running tasks. On Sep 10, 2008, at 7:58 AM, Tom Fortmann wrote: > I'm looking fo

Re: Best approach to long running tasks.

2008-09-10 Thread Ken Thomases
On Sep 10, 2008, at 7:58 AM, Tom Fortmann wrote: I'm looking for suggestions on how to best handle long running tasks. My app has a simple button connected to an Objective-C method. When I click the button the method is called and a series of steps are performed. Each involves some netwo

Best approach to long running tasks.

2008-09-10 Thread Tom Fortmann
I'm looking for suggestions on how to best handle long running tasks. My app has a simple button connected to an Objective-C method. When I click the button the method is called and a series of steps are performed. Each involves some network activity and may take a second or two. I would like t