Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 27 Feb 2001 08:33:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 27 Feb 2001 08:33:28 -0500 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:52493 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Tue, 27 Feb 2001 08:33:15 -0500 Subject: Re: increasing the number of file descriptors To: rsaura@retevision.es Date: Tue, 27 Feb 2001 13:36:28 +0000 (GMT) Cc: linux-kernel@vger.kernel.org, whawes@star.net In-Reply-To: from "rsaura@retevision.es" at Feb 27, 2001 10:39:46 AM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Is there any /proc interface for increasing the number of file > descriptors per process? No. Use rlimi. > Must I recompile? maybe changes must be made to files_struct? Nope. Its all dynamic except for fd_set size, and you should be using poll() anyway ;) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/