Barnaby Gray - 2003-01-17

Logged In: YES
user_id=335899

ickle can hang on DNS lookups - since this is a blocking
call inside libc, otherwise all I/O is asynchronous, so this
shouldn't be happening. Can you confirm whether or not it is
during a name lookup?

If so, you could avoid this by adding a caching server
locally. ickle isn't really going to change to a
multithreaded application any point soon - it's much simpler
and the majority of the time works very well single-threaded.

Barnaby