Re: Communicating with a child process in app sandbox
Re: Communicating with a child process in app sandbox
- Subject: Re: Communicating with a child process in app sandbox
- From: Jens Alfke <email@hidden>
- Date: Sun, 28 Jun 2015 16:48:20 -0700
> On Jun 28, 2015, at 10:05 AM, SevenBits <email@hidden> wrote:
>
> For my latest app (sandboxed, and in development for the App Store), I am spawning a child process so that I can delete some files without involving the main application.
Do you need a helper process for this? If you just want to keep the UI responsive, you can run the deletions on a background thread.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden