5 Nov
2007
5 Nov
'07
7:36 p.m.
On Mon, Nov 05, 2007 at 05:51:17PM +0100, Johannes Hofmann wrote:
Ok, here is a patch that removes the LIBC5 special case and uses getaddrinfo() also if --disable-threaded-dns is specified. As far as I could see there were no real differences other than logging between Dns_server() and Dns_blocking_server(), or am I missing something?
Commited. They're basically the same, but Dns_server runs in a thread and doesn't block the browser (with a max. of 4). The other blocks until the resolving function returns. It looks ok. -- Cheers Jorge.-