Re: [pysqlite] Concurrency - first steps

Gerhard Häring <[email protected]> Wed, 19 Nov 2008 20:52:55 +0100
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Hugh Gibson wrote:
>> [Roger Binns:]
>> There is even a Python 2.6/3 module to make it easy:
>> http://docs.python.org/whatsnew/2.6.html#pep-371-the-multiprocessing
>> -package
> 
> Thanks. For historical reasons (wxMozilla editor) we're stuck with an
> older version of Python. But this would certainly be a good reason to
> upgrade to a later version - if we have a problem (I want to avoid
> premature optimisation!).

FWIW there's a backport of multiprocessing for Python 2.4/2.5 now: 
http://pypi.python.org/pypi/multiprocessing/

-- Gerhard