cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Feature Requests-2853962 ] Expose curl socket descriptors for the curl_multi API's.

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 08 Sep 2009 08:23:36 +0000

Feature Requests item #2853962, was opened at 2009-09-08 02:36
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&aid=2853962&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: libcurl
>Group: None
Status: Open
Resolution: None
>Priority: 3
Private: No
Submitted By: Pranav Sharma (posharma)
Assigned to: Daniel Stenberg (bagder)
Summary: Expose curl socket descriptors for the curl_multi API's.

Initial Comment:
Hi,

This is a feature request. For applications that don't want to rely on curl's callbacks for the curl_multi API's, it would be nice if curl can expose the actual socket descriptors. This will allow applications to put these sockets in their own event mechanism such as libevent or libev. Currently, libcurl only supports curl_multi_fdset that restricts applications to use 'select' only.

Thanks.

----------------------------------------------------------------------

>Comment By: Daniel Stenberg (bagder)
Date: 2009-09-08 10:23

Message:
(moved to the feature-requests tracker)

If you're using an event-based system you will not get a good experience
out of libcurl without using the multi_socket() API thus I believe
exporting the sockets any other way is rather useless.

If you think otherwise, please join the curl-library list and explain to
us all why you think so and what benefits your suggestion would have to
users. Very few people will read this post in the tracker, and even fewer
will care about it.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&aid=2853962&group_id=976
Received on 2009-09-08

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET