[Mono-list] Mono and Win32 fibers

Chad Z. Hower chad-jm at hower.org
Fri Jul 29 07:32:39 EDT 2005


:: It's unlikely to ever work.  Please read the "Dire warnings about
:: fibers" section at:

A bit off topic - but I've done a lot of work with Fibers. Delphi supports
fibers just fine using the Indy library. The VCL (Kind of like STL / FCL for
Delphi) had 1-2 items, but appropriate hooks allows Indy to handle them.

I've looked at making it work in .NET and have had some reasonable success,
but the biggest problem is debugging them. VS gets really confused... Mind
you the Delphi debugger can be interesting to use with fibers too, but it
does work and you can even tell what fiber you are in with some
"extensions".



More information about the Mono-list mailing list