From owner-freebsd-python@FreeBSD.ORG Sun Oct 16 21:11:39 2005 Return-Path: <owner-freebsd-python@FreeBSD.ORG> X-Original-To: freebsd-python@FreeBSD.ORG Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0330816A422 for <freebsd-python@FreeBSD.ORG>; Sun, 16 Oct 2005 21:11:39 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CAE143D4C for <freebsd-python@FreeBSD.ORG>; Sun, 16 Oct 2005 21:11:37 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 0BB8F1FED55 for <freebsd-python@FreeBSD.ORG>; Mon, 17 Oct 2005 00:11:12 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29373-02 for <freebsd-python@FreeBSD.ORG>; Mon, 17 Oct 2005 00:11:06 +0300 (EEST) Received: from [192.168.15.102] (unknown [87.246.136.51]) by tortoise.way.lv (Postfix) with ESMTP id 01DC11FED52 for <freebsd-python@FreeBSD.ORG>; Mon, 17 Oct 2005 00:11:05 +0300 (EEST) Mime-Version: 1.0 Message-Id: <a0623090abf7871e4aa9a@[192.168.15.102]> Date: Mon, 17 Oct 2005 00:11:13 +0300 To: freebsd-python@FreeBSD.ORG From: Michael Dexter <dexter@ambidexter.com> Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Cc: Subject: Zope, MySQL and threads on 6.0? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 16 Oct 2005 21:11:39 -0000 Hello, I am about to experiment with Python/Zope and MySQL on FreeBSD 6.0 and they are all thread intensive. Any news on the threading situation? Are LinuxThreads still recommended? Thanks, Michael. From owner-freebsd-python@FreeBSD.ORG Mon Oct 17 00:56:22 2005 Return-Path: <owner-freebsd-python@FreeBSD.ORG> X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBE516A41F for <freebsd-python@freebsd.org>; Mon, 17 Oct 2005 00:56:22 +0000 (GMT) (envelope-from hyeshik@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF6243D46 for <freebsd-python@freebsd.org>; Mon, 17 Oct 2005 00:56:22 +0000 (GMT) (envelope-from hyeshik@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so398295wra for <freebsd-python@freebsd.org>; Sun, 16 Oct 2005 17:56:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m/FScw2Jd9xEnx2QZl2qCmNiJI0H3Nv0J2EwIBDOzUzFhqscvkyBXa2REmjSH/9c78l4gkILEC6XlyZx0Zk2G9OHrfZnTHyqXdUs5KGtgRf9+V2/JvdNqXLvhPXFTlC+xtsHKFQSFrUecVrowOIQ6qBQJBcjs5NUP5JGpGnq5Rs= Received: by 10.54.142.18 with SMTP id p18mr1431327wrd; Sun, 16 Oct 2005 17:56:21 -0700 (PDT) Received: by 10.54.121.2 with HTTP; Sun, 16 Oct 2005 17:56:21 -0700 (PDT) Message-ID: <4f0b69dc0510161756j795a0048w5eba483ba3aac8f5@mail.gmail.com> Date: Mon, 17 Oct 2005 09:56:21 +0900 From: Hye-Shik Chang <hyeshik@gmail.com> To: Michael Dexter <dexter@ambidexter.com> In-Reply-To: <a0623090abf7871e4aa9a@192.168.15.102> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <a0623090abf7871e4aa9a@192.168.15.102> Cc: freebsd-python@freebsd.org Subject: Re: Zope, MySQL and threads on 6.0? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 17 Oct 2005 00:56:22 -0000 On 10/17/05, Michael Dexter <dexter@ambidexter.com> wrote: > > Hello, > > I am about to experiment with Python/Zope and MySQL on FreeBSD 6.0 > and they are all thread intensive. Any news on the threading > situation? Are LinuxThreads still recommended? > Python/Zope are not quite thread intensive. They uses the global interpreter lock for the most operations. And you can utilize all the CPUs for threads on FreeBSD 6.0 thanks to KSE by default. Hye-Shik