HappyDoc Generated Documentation | |
---|---|
================================= CHANGES FROM VERSION 1.4.2: SimPy ================================= :Author: Klaus G. Muller :Contact: kgmuller@users.sourceforge.net :Author: Tony Vignaux :Contact: vignaux@users.sourceforge.net :Date: $Date: 2004-09-26 10:01:55+02 $ :Revision: $Revision: 1.0 $ :Web-site: http://simpy.sourceforge.net/ This document addresses the difference between SimPy versions 1.4.x and version 1.5 in terms of changes and additions. Changes ========= SimulationRT --------------------------------------- Python on a Win32 OS provides time.clock, a high resolution clock which can be used to measure real time. The nearest facility to this on Linux and Unix is time.time. SimulationRT now automatically selects the right clock. Additions ============ Advanced synchronization facilities ----------------------------------------- To support the clean, easy implementation of an even wider spectrum of simulation models, SimPy 1.5 now introduces two additional process synchronization facilities:
|