Sunday, July 18, 2010

Limiting CPU Usages in Linux using cpulimit

January 27, 2010 by admin  
Filed under General, Helm, HyperVM, LxAdmin/Kloxo, Plesk, Webmin, cPanel

You might have already know how to check the CPU usages of any process. However, worried about any process consuming too much CPU? You should know, you can control the CPU usages of any process by CPU limiter. cpulimit is a free software to limit the CPU of any process. Here is the excepts from [...]

What is semaphore

October 12, 2009 by admin  
Filed under General

In its simplest form a semaphore is a location in memory whose value can be tested and set by more than one process. The test and set operation is, so far as each process is concerned, uninterruptible or atomic; once started nothing can stop it. The result of the test and set operation is the [...]