Hi,
Can you tell me what is thread (in two lines:-)) and show me a very simple code to explain why we need to use thread?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10010593.html
Hello,
I have a doubt regarding threads. Suppose a Java program runs two threads. One of them gets blocked, e.g. awaiting a TCP packet, while the other one goes on running. After a while the Java I...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10024465.html
Zones:
JavaDate Answered: 09/26/1997 Grade: B Views: 0
Is there an easy way to find the primary thread ID of a process? CreateProcess is not an option because the program I need to retrieve the info for is already running.
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10046005.html
how can I access the Thread Private Area of a KERNEL Thread. Is there any API to do that in the kernel mode or is there any way to access any unused field in the Thread structure that I can use as ...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10050462.html
I have a sub that is copying files using CopyFile(PChar(source), PChar(dest), False) (Windows unit).
The sub is copying a lot of files so I want to convert it so it is another thread so the user is...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10061247.html
I have a MDI project with several Documents and Views.
I would like to add to the project a CwinThread class (User Interface Thread).
I want this class to have its own message queue (since it diff...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10081337.htm...
Zones:
Windows MFCDate Answered: 10/11/1998 Grade: C Views: 0
I'm writing a vc++ (version 5) app. It is meant to monitor files on my computer to see if they are modified. The idea is that they are checked at set intervals while the program runs in the backgro...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10088398.html
Zones:
C++Date Answered: 12/06/1998 Grade: C Views: 0
I recently asked a question regarding how to share data obtained from database tables in the main application, and stored in CRecordset derived objects, with a thread function in a separate DLL. Mo...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10096696.html
Zones:
C++Date Answered: 12/13/1998 Grade: C Views: 4
Does C++ support threading like Java ? If yes, can somebody send me a small code using threads in C++ ?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10130265.html
Zones:
C++Date Answered: 02/24/1999 Grade: B Views: 0
I don't know why I got run time error message from the following function:
Exception in thread "main" java.lang.NullPointerException
at java.lang.String.length(Compiled Code @ 0xa2648)
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10143708.html
Zones:
JavaDate Answered: 03/29/1999 Grade: A Views: 0