Re: Cheap Ping

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 4/13/2007 08:56 AM, tedd wrote:
Try:

if ($unix)
   {
   system ("ping -c$count -w$count $host");
   system("killall ping");
   }

slaying all the pings that the user has can bring odd results.
obviously this will kill all the webserver's userid that has pings
running.

--
Gabriel Millerd

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux