Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 2 Dec 2002 12:02:03 +0300 From: egor duda Reply-To: egor duda Organization: deo X-Priority: 3 (Normal) Message-ID: <1581200246363.20021202120203@logos-m.ru> To: Lee Tuck CC: cygwin AT cygwin DOT com Subject: Re: max user processes In-Reply-To: <20021202082807.53655.qmail@web10508.mail.yahoo.com> References: <20021202082807 DOT 53655 DOT qmail AT web10508 DOT mail DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Monday, 02 December, 2002 Lee Tuck tuckkhai AT yahoo DOT com wrote: LT> Can I recompile or rebuild the cygwin source so that I LT> can set the maximum process per user id to 500? If LT> yes, how? Which is the source that I should change? LT> Hope that you can help out. If you want it, you'll have to implement it yourself, i.e. you have to modify cygwin sources to support such feature. I suppose it might be tricky, so i suspect nobody can point you a file which can be easily changed to add such functionality. I should warn you, however, that if your goal is to prevent malicious user from eating up system resources, then your restriction won't help. User can always start more processes using native syscalls (CreateProcess()), which cygwin cannot control. Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/