Enter Keywords:
1 - 10 of 159(0.011 seconds)
Sort By:
 
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...
Zones: Windows ProgrammingDate Answered: 06/25/2004 Rating: 8.0 Views: 0
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...
Zones: Misc Software, Adobe ...Date Answered: 07/26/2005 Rating: 8.2 Views: 0
                                                  [126]                                               <your turn>
Zones: Philosophy & ReligionDate Answered: 09/21/2007 Rating: 4.2 Views: 0
                                                 [126/3]                                             Is this some unmentionable, a four-letter-word? Forewarning, this thread may be extensi...
Zones: Philosophy & Religion, New Net U...Date Answered: 08/17/2007 Rating: 5.0 Views: 0
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...
Zones: Java, JNIDate Answered: 08/29/2000 Rating: 9.4 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...
Zones: Windows ProgrammingDate Answered: 06/25/2001 Rating: 7.6 Views: 0
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 ...
Zones: Windows ProgrammingDate Answered: 03/31/2003 Rating: 8.2 Views: 0
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...
Zones: Windows MFCDate Answered: 10/15/2003 Rating: 9.0 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?
Zones: Delphi ProgrammingDate Answered: 01/30/2005 Rating: 7.6 Views: 0
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...
Zones: C#Date Answered: 03/05/2004 Rating: 7.8 Views: 0