C# Multi-Threading Tutorial
Please Rate Comment and Subscribe.
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
10 responses to “C# Multi-Threading Tutorial”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 07/10/13
Category: C# Tutorials
Tags: MultiThreading, Tutorial
Pages
Random Videos
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
Keep in mind things like hyper-threading simulate multiple cores. So an i3 processor only has 2 physical cores, but can hyper-thread on each to effectively have 4 cores.
Come on man, you can’t just say programming for the console is worthless. It’s very important for business/enterprise applications.
Thanks so much
thank you, you have earned a new sub
That is true. however I try to keep my explanations simple. but thanks for the clarity.
In your application you want to create global variables; then you assign the values from your threads to them, and can pass them to other threads.
Altho this opens the whole can of worms related to data integrity and consistency…unless you don’t care what is fed to your threads.
Nice video, altho keep in mind that 100 threads does not make it 100 times faster; it depends from how many core your CPU has.
so for example, if you have 2 core, you can run 2 threads simultaneously, while the others are queued in the interrupts of the cpu. in fact you run them serially, not in parallel. 100 threads on 2 core will run 50 thr per core; you still go 2x as fast than running on single thread, but as you can see, all depends from the number of core of a CPU.
Thanks for the video
cool
Ive tried to test my game, but when the computer thinks for a solution, my game was frozen. Can multi threads solve the problem? or you have another solution for that?
This is great stuff dear……