The reliability of python threads
- From: "Carl J. Van Arsdall" <cvanarsdall@xxxxxxxxxx>
- Date: Wed, 24 Jan 2007 08:58:51 -0800
Hey everyone, I have a question about python threads. Before anyone goes further, this is not a debate about threads vs. processes, just a question.
With that, are python threads reliable? Or rather, are they safe? I've had some strange errors in the past, I use threading.lock for my critical sections, but I wonder if that is really good enough.
Does anyone have any conclusive evidence that python threads/locks are safe or unsafe?
Thanks,
Carl
--
Carl J. Van Arsdall
cvanarsdall@xxxxxxxxxx
Build and Release
MontaVista Software
.
- Follow-Ups:
- Re: The reliability of python threads
- From: Nick Maclaren
- Re: The reliability of python threads
- Prev by Date: Re: Regex for URL extracting
- Next by Date: Re: The reliability of python threads
- Previous by thread: Regex for URL extracting
- Next by thread: Re: The reliability of python threads
- Index(es):
Relevant Pages
|