The .Net Framework allows you to perform multiple operations at same time, as the processor capability of the machine allows.
I use this blog as a sort of review of my studies on programming, a way to consolidate my little knowledge on this matter, and practice my english (you will excuse my barbarian spelling, any orthographic, syntactic or semanthic admonition will be welcome)
Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts
Sunday, March 21, 2010
Sunday, February 14, 2010
Sharing data between threads
The most problematic part of threading is the sinchronization of data bethween the threads.
Saturday, February 13, 2010
Threading, basic concepts
Threading is a mechanism that allows you to perform concurrent operations on a single machine.
Subscribe to:
Posts (Atom)