Forking and Threads

David Bolen db3l at fitlinxx.com
Fri Feb 9 13:59:16 EST 2001


Paul Robinson <paul.robinson at businesscollaborator.com> writes:

> Is there any suggestion of how I could do something similar (or work
> around the problem) using 1.5.2?

I'm not familiar with this piece of code directly, but one option
would always be to peek at the 2.0 source in CVS across this change,
and see how easy it would be to transport the delta to a 1.5.2 source
tree and then re-compile your own executable (providing you have
control of the version of python itself with your product).

That way the only thing changing would be the lock behavior across the
fork so the rest of your 1.5.2 testing would still be applicable.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list