all groups > c# > april 2004 >
You're in the

c#

group:

About mulit thread and async


Re: About mulit thread and async Alvin Bruney [MVP]
4/16/2004 12:13:32 PM
c#:
what are you trying to accomplish? Multithreading is full of pitfalls.

For example run a function in 3 thread or run a program in more then 1
thread??
Thread re-entrant functions are the default for most high level languages.

start here, because you need to read before writing code.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconthreading.asp

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
[quoted text, click to view]

About mulit thread and async Jet Leung
4/16/2004 11:04:18 PM
Hi:
How can I control the thread? For example run a function in 3 thread or run
a program in more then 1 thread??
if the speed of the program will running faster when the program is run
under multi thread ? Or what's the different between a program running under
multi thread and a program running in async?
Thank you

AddThis Social Bookmark Button