On 2008 Apr, 01, at 16:53, Martin Redington wrote:
I'm still in pre-optimisation mode right now, and I'll probably migrate to the openssl MD5 method in any case, but I'm interested to hear if there's any other reason apart from the above.
The reason why you want to avoid NSTask whenever possible is because the more interfaces you have to jump through, the more things can go wrong and give you extra work to do, as you have just experienced. Use well-defined API wherever available. Your projects will complete closer to their scheduled date and be less likely to break in the field.
_______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]