allow the utility to ping multiple hosts at once, in quick succession. potentially use threads? php makes this hard, `fork()` is nasty. think of what UI would look like on the CLI for this.
allow the utility to ping multiple hosts at once, in quick succession.
potentially use threads? php makes this hard,
fork()is nasty. think of what UI would look like on the CLI for this.