Re: process restriction

2010-03-13 Thread Shawn H Corey
perlperl wrote: > Has anyone seen "not enough space" error while executing command in > perl scrip > > $processid = open OUT, "$cmd 2>&1 |" or die "$!" ; > > is there any restriction on maximum number of process running on > solaris? > > The normal error message is, "too many processes" Th

process restriction

2010-03-13 Thread perlperl
Has anyone seen "not enough space" error while executing command in perl scrip $processid = open OUT, "$cmd 2>&1 |" or die "$!" ; is there any restriction on maximum number of process running on solaris? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-ma