Re: simple regex with NSTask
Re: simple regex with NSTask
- Subject: Re: simple regex with NSTask
- From: Jerry Krinock <email@hidden>
- Date: Fri, 16 Feb 2007 06:57:53 -0800
- Thread-topic: simple regex with NSTask
on 07/02/15 22:06, Nathan Day at email@hidden wrote:
> Instead of using NSTask and sed, have thought of using a Objective-C
> Regex library like 'AGRegex', you can get 'AGRegex' with darwin ports
> if you have that installed
Al, over the long term you will be smart to take Nathan's advice. In
general, applications should use NSTask only after you've searched far and
wide and can't find anything else to do the job. Spawning processes can be
slow, subject to limitations on maximum running processes, dependent on unix
program installations. Especially if your app is designed for wide
distribution and usage, you don't want to rely on NSTask.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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