Click here to Skip to main content
15,885,546 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: How can I run my program exe when windows is shutting down Pin
Johpoke21-Jan-08 7:06
Johpoke21-Jan-08 7:06 
GeneralRe: How can I run my program exe when windows is shutting down Pin
mevivekdua21-Jan-08 7:13
mevivekdua21-Jan-08 7:13 
GeneralRe: How can I run my program exe when windows is shutting down Pin
Johpoke21-Jan-08 7:17
Johpoke21-Jan-08 7:17 
GeneralRe: How can I run my program exe when windows is shutting down Pin
mevivekdua21-Jan-08 7:20
mevivekdua21-Jan-08 7:20 
QuestionRe: How can I run my program exe when windows is shutting down Pin
David Crow21-Jan-08 8:07
David Crow21-Jan-08 8:07 
GeneralWindows System Folders like ProgramFiles and MyDocuments are duplicated in the same location.. Please help to fix this! [modified] Pin
vbDigger'z16-Jan-08 14:35
vbDigger'z16-Jan-08 14:35 
Generalnew thread on multi-core PC Pin
epitalon16-Jan-08 10:47
epitalon16-Jan-08 10:47 
GeneralRe: new thread on multi-core PC Pin
Luc Pattyn16-Jan-08 12:14
sitebuilderLuc Pattyn16-Jan-08 12:14 
Hi,

the operating system will look at all threads from all processes; any thread that
is not blocked (waiting on I/O completion, on timer timeout, ...) is "ready" and
a candidate for execution. These get ordered by priority, and the highest N are
selected to become the "current threads" on hardware capable of running N threads
concurrently (as in an n-way multi-core).

Each Control needs to be handled by the thread that created that Control, and normally
Controls are linked tohgether on Forms and the like, so typically they all get
serviced by a single thread, the GUI thread.

An app with only one thread will benefit from a multi-core only by the fact that
the remaining Windows activities can be executed by the other parts of the multi-core
(remember those dozens of processes and threads outside your app!).

To really take advantage of a multi-core you must either have several heavy-duty apps,
or have an app with several well-organized threads (so two or more threads
are likely to be "ready" at the same time).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralCOM Port settings Pin
Spykraft16-Jan-08 9:01
Spykraft16-Jan-08 9:01 
GeneralRe: COM Port settings Pin
Dave Kreskowiak16-Jan-08 10:04
mveDave Kreskowiak16-Jan-08 10:04 
GeneralRe: COM Port settings Pin
Spykraft16-Jan-08 10:47
Spykraft16-Jan-08 10:47 
GeneralRe: COM Port settings Pin
Dave Kreskowiak16-Jan-08 11:14
mveDave Kreskowiak16-Jan-08 11:14 
QuestionHorrible Performance and Strange Behavior ... Pin
Matt U.14-Jan-08 8:24
Matt U.14-Jan-08 8:24 
GeneralRe: Horrible Performance and Strange Behavior ... Pin
Johpoke14-Jan-08 22:31
Johpoke14-Jan-08 22:31 
GeneralRe: Horrible Performance and Strange Behavior ... Pin
Sebastian Schneider15-Jan-08 0:48
Sebastian Schneider15-Jan-08 0:48 
GeneralRe: Horrible Performance and Strange Behavior ... (UPDATE) Pin
Matt U.19-Jan-08 19:03
Matt U.19-Jan-08 19:03 
GeneralRe: Horrible Performance and Strange Behavior ... (UPDATE) Pin
Sebastian Schneider21-Jan-08 2:05
Sebastian Schneider21-Jan-08 2:05 
Generalwhen click on show hidden file and folder system restart Pin
Sachin Pimpale13-Jan-08 22:22
Sachin Pimpale13-Jan-08 22:22 
Generalgroup policy automated setup Pin
astibich213-Jan-08 12:49
astibich213-Jan-08 12:49 
GeneralProblem with command prompt in XP Pin
Sachin Pimpale8-Jan-08 23:18
Sachin Pimpale8-Jan-08 23:18 
Generalsimple Pin
Baltoro11-Jan-08 13:18
Baltoro11-Jan-08 13:18 
GeneralRe: simple Pin
Sachin Pimpale13-Jan-08 22:24
Sachin Pimpale13-Jan-08 22:24 
GeneralRe: simple Pin
Johpoke14-Jan-08 22:33
Johpoke14-Jan-08 22:33 
GeneralRe:Hacking PPPOE set up configurations in Windows Vista Pin
RameshwerE7-Jan-08 1:04
RameshwerE7-Jan-08 1:04 
GeneralNo. of processors on Windows XP Pin
ForNow5-Jan-08 16:22
ForNow5-Jan-08 16:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.