From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 26 Jan 2015 13:46:41 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: <7A132462-4747-471A-A4BF-D9381E38A4EA@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] protection against resource exhaustion Topicbox-Message-UUID: 3b7e933a-ead9-11e9-9d60-3106f5b1d025 yes, look at newproc() in port/proc.c the resrcwait() call in there is what erik was refering to that makes rfork(RFPROC) sleep until a process gets available instead of failing. -- cinap