Trevor-

Sunday, July 17, 2005, 12:25:01 PM, you wrote:

TD> I don't know what a critical section is so it made the decision much
TD> easier :-)

<g>

As I understand it, they're almost the same thing - mutexes work with
multiple threads in an single application, critical section objects
work with multiple threads in a single process. It doesn't help things
any that "critical section" is also used to refer to the code governed
by a mutex.

Here's a fairly concise, albeit microsoftian, writeup:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/critical_section_objects.asp

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to