In *nix, what causes "sleeping" in top command?

Viewed 32763

What causes these sleeping processes that I see in top? If I were to call PHP's sleep() function, would that add to the sleeping count I see in top? Are there any disadvantages to having a high number in sleeping?

4 Answers
Related