synclock Questions
4
Solved
In my company we do have critical systems that require an accurate time.
As so, we have an NTP server appliance with an outdoor GPS antenna that receives the time from the GPS satellites.
My ques...
5
Solved
I've been doing simple multi-threading in VB.NET for a while, and have just gotten into my first large multi-threaded project. I've always done everything using the Synclock statement because I did...
Tontine asked 28/3, 2010 at 21:3
2
Solved
Suppose I have a byte array, Private Data as Byte(). This array is private within a class. The class provides public functions for reading and writing to Data.
This class can be accessed by multip...
Lala asked 7/1, 2011 at 1:16
3
Solved
vb.Net multithreading question:
What is the difference between
SyncLock syncRoot
''# Do Stuff
End SyncLock
-and-
SyncLock Me
''# Do Stuff
End SyncLock
Cooley asked 18/5, 2010 at 15:10
1
© 2022 - 2024 — McMap. All rights reserved.