Gary Mu1der wrote:


#!/bin/sh

while :
do
        arp -d <some valid IP> >/dev/null 2>&1
        ping -c 1 -t 1 <the same valid IP> >/dev/null 2>&1
done

I have launched 109 copies of crash.sh script.
System is _very_ slow now. But it does not crash.
It is not SMP kernel. This is my workstation and not server.
It has fxp netcard.

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to