I had an odd situation that was created from a thread-safe serial library I was using.
I fixed it by rewriting a separate library that did not rely on critical sections.
However, I would like...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_21036400.html
I maintain three small business networks. Each are in different locations, different companies, different domains. Each network consists of a SBS 2003 and anywhere between 5 and 30 client workstati...
http://www.experts-exchange.com/Software/Misc/Q_21485215.html
[126]
<your turn>
http://www.experts-exchange.com/Other/Philosophy_Religion/Q_22752254.html
[126/3]
Is this some unmentionable, a four-letter-word?
Forewarning, this thread may be extensi...
http://www.experts-exchange.com/Other/Philosophy_Religion/Q_22767747.html
Hi all
can someone tell me how can I use and define critical section inside JNI code.
I want two threads to accsess shared resource I saw you can use :
env->MonitorEnter(obj)
....
env->Mon...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11129766.html
Zones:
Java,
JNIDate Answered: 08/29/2000 Grade: A Views: 0
I have some
class ResourceUser
{
?
// Pointer to some data used by this class instance
void* m_pResourcePointer;
// Attach data pointer to the class instance
void...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20132479.html
Hi experts,
I hope somebody can help me with this problem:
My application will run under NT only. My _two_ CPUs are Intel x86. It will never be ported to any other platform.
I wonder if it is ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20566379.html
Ok...typical situation....I have two threads, one being the main which has the Doc, View, Frame...etc. The other has my Socket which is looping for send and recieves. I am going to have two variabl...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20767749.htm...
Zones:
Windows MFCDate Answered: 10/15/2003 Grade: A Views: 0
can any one tell me how to make my application critical that mean once its started it cant be closed only within the application it self?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20879757.html
I am calling two SQL Server Stored Procedures, the first one MUST finish before the second one begins.
On a more generic level....I have two methods...the first one must finish before the second...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20907602.html
Zones:
C#Date Answered: 03/05/2004 Grade: A Views: 0