> This may be a bit off topic, but your statement aroused my interest: > > Under what circumstances, if any, does the CLR use fibres? >
None that I'm aware of BUT it's likely that when SQL Server hosts the CLR that it'll use fibres to implement CLR threads, rather than OS threads. SQL Server already makes use of fibres, presumably to optimize CPU scheduling. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
