Re[2]: [PHP-DB] Wait Statement... ?

2004-07-20 Thread Pablo M. Rivas
Hello John,

   sleep() is the brute deffense of the brute force attack...
   You can make a script that opens simultaneous attacks

JWH I'm not saying using sleep is the solution to security problems, but
JWH it can be one layer of your defense.


-- 
Best regards,
 Pablo

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



Re: Re[2]: [PHP-DB] Wait Statement... ?

2004-07-20 Thread Jason Wong
On Wednesday 21 July 2004 05:00, Pablo M. Rivas wrote:

sleep() is the brute deffense of the brute force attack...
You can make a script that opens simultaneous attacks

One thing to bear in mind is that sleep() will hog resources and can lead to 
DOS.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
--
/*
He's dead, Jim.
-- McCoy, The Devil in the Dark, stardate 3196.1
*/

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