in reply to host does not respond; sometimes

This comment is on not about your perl code but I have had a similar problem in the past. In my case it was due to someone putting machines which were on different subnets on the same ethernet switch and they were using the same gateway. The sql server was on one subnet and the perl was running on a machine on the other.

Short connections worked but longer connections flaked out. It turns out it was related to something realizing it could shortcut the route between the machines. It didn't work though because the routing tables on the end machines were not setup for that route. (The gateway was OpenBSD and the end machines were Linux, I don't recall the versions.)

PS: I don't know exactly what I'm talking about here but telling the Linux servers to ignore ICMP redirects seemed to make the problem go away.

Replies are listed 'Best First'.
Re^2: host does not respond; sometimes
by zetetes (Pilgrim) on Aug 28, 2004 at 22:39 UTC
    uhoh. as far as i know the hoster, this 'could' be possible. but honestly i do not have a clue. is there something I could do to solve that 'issue' or is the only way to solve it at the hosters place?