diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 10:44:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 10:44:25 +0100 |
commit | 3f96b7827b18be5fb0050af17663337a4fc56234 (patch) | |
tree | b83f4d4caf23fb225821352a77b2e08935bf17b4 /lib/README.multi_socket | |
parent | 4259d2df7dd95637a4b1e3fb174fe5e5aef81069 (diff) |
update to current state
Diffstat (limited to 'lib/README.multi_socket')
-rw-r--r-- | lib/README.multi_socket | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/README.multi_socket b/lib/README.multi_socket index 953209810..606638670 100644 --- a/lib/README.multi_socket +++ b/lib/README.multi_socket @@ -49,9 +49,8 @@ Implementation of the curl_multi_socket API conversion from sockets to fd_sets for that function is only done in the last step before the data is returned. I also had to extend c-ares to get a function that can return plain sockets, as that library too returned only - fd_sets and that is no longer good enough. The changes done to c-ares have - been committed and are available in the c-ares CVS repository destined to be - included in the c-ares 1.3.1 release. + fd_sets and that is no longer good enough. The changes done to c-ares are + available in c-ares 1.3.1 and later. We have done a test runs with up to 9000 connections (with a single active one). The curl_multi_socket_action() invoke then takes less than 10 |