MultiThreading ???

  • Thread starter Thread starter sandy82
  • Start date Start date
S

sandy82

Whats actuallly multithreading is ... and how threading and
multithreading differ .
Can any1 guide how multithreading is used on the Web .. i mean a
practical scenario in which u use multithreading online using C# .
 
sandy82 said:
Whats actuallly multithreading is ... and how threading and
multithreading differ .
Can any1 guide how multithreading is used on the Web .. i mean a
practical scenario in which u use multithreading online using C# .

Well, my article about threading doesn't have much about real-life
situations, but you may well find it useful anyway:

http://www.pobox.com/~skeet/csharp/threads

"Multithreading" and "threading" are really just different names for
the same thing. Any time people talk about threading issues, it's safe
to assume there's more than one thread involved :)

Jon
 
Thanks Master for ur useful guidance i m a beginner in C# will need ur
useful guidance in future
 
Hello sandy82,

Besides Jon's article there are http://www.developerfusion.co.uk/show/4134/
several general descriptions

s> Whats actuallly multithreading is ... and how threading and
s> multithreading differ .
s> Can any1 guide how multithreading is used on the Web .. i mean a
s> practical scenario in which u use multithreading online using C# .

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
nice article

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Back
Top