A quick question on threading in iOS. There is an iOS NSThread. How does it
differ from an MT managed thread/threadpool/task? Is an NSThread a kernel
level thread where as an MT thread/threadpool/task is an application/framework
level thread that is at a higher level than an NSThread? Does the threading
model of MT (and MfA I would assume) follow an N:1 or M:N threading model (
http://en.wikipedia.org/wiki/Thread_%28computer_science%29#N:1_.28User-level_threading
)? Any info is appreciated.
Wally
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch