[XML-SIG] 20 second socket.addrinfo() delay in SimpleXMLRPCServer
Mark Bucciarelli
mark@easymailings.com
Fri, 3 Jan 2003 11:24:21 -0500
On Friday 03 January 2003 10:01 am, Martin v. L=F6wis wrote:
> Mark Bucciarelli wrote:
> > 3035: GETHOSTBYNAMEv6 (localhost)
I started getting delays again, and by watching the /var/log/nscd.log wit=
h=20
tail -f, I can see that the 20s delay occurs after the above entry is log=
ged,=20
and before the following entries (which come very fast):
3740: handle_request: request received (Version =3D 2)
3740: GETHOSTBYNAME (localhost)
3740: handle_request: request received (Version =3D 2)
3740: GETHOSTBYADDR (127.0.0.1)
Mark