D
Dave Saville
I have a perl script that reads a, large, html stream (TV program
data).
I use IO::Socket, do a "my $socket = new" and then a "while (
<$socket>)" to fetch the data.
Now the problem *might* be their end, but it hangs after *exactly*
180K for about 5 minutes and then completes. Firefox pulls the same
data in 10s of seconds. Which, to my thinking, would eliminate any
funnies in libc.
Any thoughts?
TIA
data).
I use IO::Socket, do a "my $socket = new" and then a "while (
<$socket>)" to fetch the data.
Now the problem *might* be their end, but it hangs after *exactly*
180K for about 5 minutes and then completes. Firefox pulls the same
data in 10s of seconds. Which, to my thinking, would eliminate any
funnies in libc.
Any thoughts?
TIA