Re: Max arguments for NSTask?
Re: Max arguments for NSTask?
- Subject: Re: Max arguments for NSTask?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 27 Oct 2002 19:10:26 +0000
On Sunday, October 27, 2002, at 06:59 pm, Finlay Dobbie wrote:
and my app promptly hangs with the dreaded pinwheel of death. So, my
question is, what is the maximum number of arguments that NSTask can
take? Is this documented anywhere? Is there a way around it?
Well, there's this in limits.h:
#define _POSIX_ARG_MAX 4096
As others have pointed out, this is probably incorrect. Sorry about
that. :-)
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.