in reply to Re^2: CGI and System
in thread CGI and System
Also, remember that I/O to a device (in this case, a file on a drive) is often the slowest part of a system. I believe that writing to /dev/null rather than an actual file can speed things up if you don't need to store the output. At least, I think it does, or at least did once upon a time. If you can redirect to /dev/null instead, that might help.
--
tbone1, YAPS (Yet Another Perl Schlub)
And remember, if he succeeds, so what.
- Chick McGee
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI and System
by perlknight (Pilgrim) on Feb 18, 2005 at 20:25 UTC |