Saturday, February 28, 2009

Boost and Stackless Python

Well, had an all day hassle with trying to get Boost to play nice with Stackless Python, the final score is me: 1 - linker: 0. Technical details here. The result: I can use an even better concurrency model than my scheduler/communicator. Although the scheduler still handles C++ and Python tasks alike, whereas (at least in my design) will strictly handle the Python side. I'm aiming for my scheduler to do the heavy lifting behind the scenes, and write most of the pythonic code with tasklets.

No comments: