]> granicus.if.org Git - apache/commit
Remove a few unnecessary calls to select. These calls used to be made so
authorRyan Bloom <rbb@apache.org>
Thu, 22 Jun 2000 16:55:01 +0000 (16:55 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 22 Jun 2000 16:55:01 +0000 (16:55 +0000)
commit536d252495bd0ad18dd0f71c25bd56ed9a91ae3d
tree5297226540006fa312bc25e4437c59fb72e6de56
parent7231c3a12ac9fb9248bb9444c812638949114223
Remove a few unnecessary calls to select.  These calls used to be made so
that we would sleep for a specified number of microseconds.  APR provides
a function ap_sleep that does this for us.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85657 13f79535-47bb-0310-9956-ffa450edef68
server/mpm_common.c