On 10/10/08 Carsten Harnisch wrote: > As I understood mono is using phreads and epoll, so having created a > "mono"-thread and using this thread to call an unmanged piece of code, will > this unmanaged code be run in the context of the underlaying pthread? Or > does the mono i/o layer call the unmanaged code with its own thread pool?
The call will happen in the same thread. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
