Quantitative Analysis.
Trading Platform.
Python for Excel.
Author.
I.
Installation.
II.
OTS Scheduler.
1.
Threading primitives.
A.
Encapsulation of primitives.
B.
Preventing starvation.
a.
RWMutex.
b.
Exception safe locking of RWMutex.
C.
Preventing race condition.
D.
Barriers.
2.
NonBlockingQueue.
3.
ThreadPool.
4.
ThreadMaster.
5.
Scheduler implementation.
III.
OTS Python Object Browser.
Bibliography.
Forum
Index
Contents
Downloads
Exception safe locking of RWMutex.
he classes and meta-functions ReaderLock, WriterLock, UpgradeLock and TryLock are provided for the traditional (see the boost::thread library) exception safe locking of the RWMutex.
Forum
Index
Contents
Download
Copyright 2009.