From owner-freebsd-questions Fri Mar 22 3: 6:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 83C0D37B400 for ; Fri, 22 Mar 2002 03:06:29 -0800 (PST) Received: (qmail 7152 invoked by uid 0); 22 Mar 2002 11:06:28 -0000 Received: from unknown (HELO gmx.net) (217.110.34.96) by mail.gmx.net (mp014-rz3) with SMTP; 22 Mar 2002 11:06:28 -0000 Message-ID: <3C9B2D07.3080600@gmx.net> Date: Fri, 22 Mar 2002 13:09:27 +0000 From: sunny dale User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.7+) Gecko/20020110 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mysqld doesnt spawn child process Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i am using freebsd 4.4. compiled mysql 3.23.49 with: ./configure --prefix=/PATH --exec-prefix=/PATH make make install "ps ax" shows ONE mysqld running. i'd like it spawn a few child processes. i've read somewhere, that mysqld spawns them dynamically... but no matter how hard i stress mysqld "ps ax" show only one process. max_connections is set to 300. basically i'd like mysqld to be able to handle even more queries than it does so far. any hints would be highly appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message