In article <de86d30e-c9c1-4d30-9e62-d043b78ea...@a31g2000yqn.googlegroups.com>, sturlamolden <sturlamol...@yahoo.no> wrote: > >Also note that Windows has native support for "taskelets", regardless >of language. They are called "fibers" (as opposed to "threads") and are >created using the CreateFiber system call. I would not be surprised if >Unix'es has this as well. We do not need Stackless for light-weight >threads. We can just take Python's threading modules' C code and >replace CreateThread with CreateFiber.
Are you advocating a high-fiber diet? -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." --Brian W. Kernighan -- http://mail.python.org/mailman/listinfo/python-list