Re: Max arguments for NSTask?
Re: Max arguments for NSTask?
- Subject: Re: Max arguments for NSTask?
- From: Chris Hanson <email@hidden>
- Date: Sun, 27 Oct 2002 16:14:44 -0600
At 12:53 PM -0600 10/27/02, Nicholas Riley wrote:
This is most likely not a NSTask limitation but a generic command-line
invocation problem. You can use sysctl to retrieve kern.argmax
(CTL_KERN, KERN_ARGMAX in <sys/sysctl.h>). Note that this is a
character limit, not an argument limit; sysctl.h does not make this
very clear.
What I want to know is why a modern operating system would have such
a limitation in the first place.
It's not like memory allocation is that hard a problem.
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.