Quantitative Analysis.
Trading Platform.
Python for Excel.
Author.
I.Installation.
II.OTS Scheduler.
1.Threading primitives.
2.NonBlockingQueue.
A.NonBlockingQueue design.
B.Simplest example with NonBlockingQueue.
C.NonBlockingQueue prototypes.
D.NonBlockingQueue data fields.
E.NonBlockingQueue::push member function.
F.NonBlockingQueue::pop member function.
G.NonBlockingQueue::Element.
H.NonBlockingQueue::Node.
I.Python-based acceptance test of NonBlockingQueue.
a.Basic Python API for NonBlockingQueue.
b.Multithreaded test of NonBlockingQueue.
3.ThreadPool.
4.ThreadMaster.
5.Scheduler implementation.
III.OTS Python Object Browser.
Bibliography.
Forum Index Contents Downloads

Python-based acceptance test of NonBlockingQueue.


e export NonBlockingQueue operations into Python using boost::python and play with it from Python command line.




a.Basic Python API for NonBlockingQueue.
b.Multithreaded test of NonBlockingQueue.

Forum Index Contents Download


















Copyright 2009.