Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 1934(0.002 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.4
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?
Zones: Delphi ProgrammingDate Answered: 05/11/1997 Views: 0
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...
Zones: JavaDate Answered: 09/26/1997 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.
Zones: Windows ProgrammingDate Answered: 04/05/1998 Views: 0
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 ...
Zones: Windows NT Network, Tivol...Date Answered: 06/06/1998 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 07/07/1998 Views: 0
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...
Zones: Windows MFCDate Answered: 10/11/1998 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...
Zones: C++Date Answered: 12/06/1998 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...
Zones: C++Date Answered: 12/13/1998 Views: 0
Does C++ support threading like Java ? If yes, can somebody send me a small code using threads in C++ ?
Zones: C++Date Answered: 02/24/1999 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)     ...
Zones: JavaDate Answered: 03/29/1999 Views: 0