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. I want to be able to send this child process the files to 
delete using IPC.

I don’t want to use an XPC service, because from what I understand, you are 
only allowed to have one instance of the service running per application, which 
doesn’t work for me (I need to be able to spawn multiple instances). I’ve set 
up the application to use Distributed Objects, but it doesn’t appear that DO 
are allowed under the app sandbox.

Can anyone think of a way to do what I require?

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to