Zope, MySQL and threads on 6.0?

Hye-Shik Chang hyeshik at gmail.com
Sun Oct 16 17:56:22 PDT 2005


On 10/17/05, Michael Dexter <dexter at 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


More information about the freebsd-python mailing list