Disable the thread timer while doing hostname lookups, as it can cause
authorChris Hanson <org/chris-hanson/cph>
Mon, 13 Nov 1995 07:22:06 +0000 (07:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 13 Nov 1995 07:22:06 +0000 (07:22 +0000)
commit30856c70aaf5e684eb14068daacb2ebdb1dbd67c
tree12110a803cb0badaaf4b4b15ef11b0bb76681826
parent06c2b6f7a077988c5f12bd796a9517df10d09043
Disable the thread timer while doing hostname lookups, as it can cause
the nameserver request to fail if the timer signal arrives while
waiting for the nameserver reply.
v7/src/runtime/runtime.pkg
v7/src/runtime/socket.scm
v7/src/runtime/thread.scm
v8/src/runtime/runtime.pkg