B Brad Markisohn Dec 8, 2004 #1 Is there a critical section manager class supported by the compact framework? TIA Brad
D Daniel Moth Dec 8, 2004 #2 Check out the System.Threading namespace.. in particular the Monitor class: http://msdn.microsoft.com/library/d...tml/frlrfsystemthreadingmonitorclasstopic.asp Cheers Daniel
Check out the System.Threading namespace.. in particular the Monitor class: http://msdn.microsoft.com/library/d...tml/frlrfsystemthreadingmonitorclasstopic.asp Cheers Daniel
G Ginny Caughey [MVP] Dec 8, 2004 #3 Brad, There is some good threading code at www.opennetcf.org. Look for the Threading namespace.