LW5: DNS Slow
Mac os x 10.4.6 When running the proxy, we observe some bursty behavior. This is quite likely due to DNS issues. Questions: * When one thread blocks looking up a domain name, do other LispWorks threads (processes) block? * Does LispWorks invoke DNS in a serial fashion for comm:get-host- entry? This will cause all parallel DNS requires to block until a slow on completes or times out. * Can we get more fields from comm:get-host-entry than just the documented fields? In particular, can we get the the time to live field so we could perform our own caching? * Are there configuration options the OS level that can improve DNS performance? Caching?