Version compatibility in division

David Bolen db3l at fitlinxx.com
Fri Jul 27 02:35:00 EDT 2001


pj at sgi.com (Paul Jackson) writes:

> David wrote:
> |> Of course, this isn't the best example, since threaded apps by their
> |> nature must be written to be safe in such variations ...
> 
> as opposed, of course, to unthreaded apps, which can have
> all manner of timing sensitive bugs, right? </joking>
> 
> In other words, speaking more directly, maybe threaded
> apps are supposed to be timing safe, but that doesn't
> mean that they are.

Of course not, but I sure wouldn't worry about bending over backwards
in restricting a change to avoid tickling a race condition bug in a
multi-threaded application just due to timing variations.  If the
developer ventured into multi-threaded space, and didn't take that
into account, then them's the breaks :-)

--
-- 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