From 0ed83e667e8ac1063df2ca0f063555cbe6473355 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 8 Jan 2005 15:07:41 +0000 Subject: * doc update git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@16 cc0fb855-19ed-0310-866e-8c1d96e4abae --- doc/README.html.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/README.html.in b/doc/README.html.in index 9f64691..e352b13 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -68,9 +68,15 @@ allowing name resolution using techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name Service Switch) modules. libasyncns is compatible with IPv6 if the -underlying libc is too.

+underlying libc is.

-

libasyncns is very tiny, consisting of just one header and one source file. It has no dependencies besides a libc.

+

libasyncns is very tiny, consisting of just one header and +one source file. It has no dependencies besides libc.

+ +

By default libasyncns spawns a number of worker threads +(LWPs) to process name queries. Alternatively or when POSIX Threads +are not supported, libasyncns can fork() off worker +processes instead.

Status

-- cgit