Folks, Let me tell you that I once did something like that by accident on my own test server. I had a recursive process that started spawning itself and would not quit... in the end I had to reboot the damn vps. Thats why those limits are important
:-/ On Wed, Aug 4, 2010 at 6:23 PM, Chipp Walters <[email protected]> wrote: > Brilliant example, Bob! Thanks so much for sharing. > > On Wednesday, August 4, 2010, Bob Sneidar <[email protected]> wrote: > > Okay, so let's say I'm a script kiddie with a bug up my butt about your > web server. I decide I am going to take it down. Now I'm smart enough to > know that servers are multi-threaded, meaning they can host lots of > connections and process threads to manage simultaneous connections. But what > I am banking on is that your server does not have any limits on how long a > process can stay <snip> > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
