Richard Tew wrote:
On Thu, Jul 10, 2008 at 11:07 AM, Simon Pickles
<[EMAIL PROTECTED]> wrote:
Does anyone know of any libraries which give the functionality of stackless,
but in c++?

Specifically, I was interested in tasklets, scheduling and two way channels.

I guess I could build in stackless and call out to c++ libs..... Any native
approach?

Why give up the flexibility of a scripting language?  Is Python too
slow for you?
Well, my server is in stackless python and its been a revelation. Unfortunately, my client is already written (for the most) in c++, and yes, its DirectX, so speed is paramount. I guess my OP was more out of curiosity. I don't see me doing (another) re-write ;)

I'm not sure I have the time or knowledge of hybrid systems to blend the two, although with hindsight, I wish I had done!

Si


_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to