From owner-freebsd-threads@FreeBSD.ORG Thu Jun 16 10:09:54 2005 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33BA116A41C for ; Thu, 16 Jun 2005 10:09:54 +0000 (GMT) (envelope-from ant@emict.com) Received: from mail.emict.com (brig.emict.com [212.90.172.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24C443D1F for ; Thu, 16 Jun 2005 10:09:53 +0000 (GMT) (envelope-from ant@emict.com) Received: from [10.0.0.232] (unknown [10.0.0.232]) by mail.emict.com (Postfix) with ESMTP id CD40644668 for ; Thu, 16 Jun 2005 13:09:51 +0300 (EEST) From: Andriy Tkachuk Organization: eMICT To: freebsd-threads@freebsd.org Date: Thu, 16 Jun 2005 13:09:51 +0300 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506161309.51431.ant@emict.com> Subject: more than 2k threads with -lpthread or -lthr X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 10:09:54 -0000 Hi folks. I have troubles with network threaded application wich uses several thousands threads with libthr or libpthread in RELENG_5_x. Program is killed by sigsegv. libc_r works but application eats more cpu with it. The program is the load test client application to the server. It simulates clients to the server. Each client is one thread in it. Thereby i have a question: is anybody use such kind of application with libpthread or libthr? If yes, then do you make some system tunings in order to force your application be working? Tanks, Andriy Tkachuk.