I have a program running several threads, but some threads sometimes overload the CPU.开发者_如何学C so I need to limit these threads CPU usage to %50 something, is it possible in Delphi?
I want to run a Stalker job, only when the CPU load is less so that the site wont be affected. The job is to convert videos from any format to flv and mp4. so its a pretty expensive job.
I am doing a VoIP program which continously checks whether the audio-recording buffer has anything in it (FMOD library, whenever the function getRecordPosition > 0, then the buffer has data in it).
It appears that CPUs run significantly faster if their L2 is not filled. Will a progr开发者_StackOverflow社区ammer be better off to code something that will eventually be smaller in binary, even if pa
I Have an i3 intel CPU ( dual core with hyper threading ) i\'m usually monitoring my cpu usage using a sidebar gadget showing each core usage in separate line from ( 0 - 3 ).
How do I know the memory consu开发者_如何学Cmption of MySQL, and when it is reaching the memory limits of my server? I would like to know to so I can diagnose performance problems when they arise.The
In my game I need a stopwatch to measure and show the elapsed time. For this purpose I made a simple widget:
I\'ve been fiddling with flash lately and I came across this issue. I\'ve noticed that when I do any kind of fill every frame, my cpu usage will slowly and steadily climb until it hits about 85-90%. T
I have a client with a very large database on Sq开发者_如何转开发l Server 2005. The total space allocated to the db is 15Gb with roughly 5Gb to the db and 10 Gb to the transaction log. Just recently a
I\'m trying to come up with a heuristic to estimate how much energy (say, in Joules) a process or a thread has consumed between two time points. This is on a PC (Linux/x86), not mobile, so the statist