Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2005 09:56:21 +0900
From:      Hye-Shik Chang <hyeshik@gmail.com>
To:        Michael Dexter <dexter@ambidexter.com>
Cc:        freebsd-python@freebsd.org
Subject:   Re: Zope, MySQL and threads on 6.0?
Message-ID:  <4f0b69dc0510161756j795a0048w5eba483ba3aac8f5@mail.gmail.com>
In-Reply-To: <a0623090abf7871e4aa9a@192.168.15.102>
References:  <a0623090abf7871e4aa9a@192.168.15.102>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f0b69dc0510161756j795a0048w5eba483ba3aac8f5>