Daniel Stenberg wrote:
On Mon, 6 Jul 2009, Mohun Biswas wrote:
My program services input requests and then sends its output to a remote site using libcurl. The input must be handled in close to real time while output is less time sensitive. Thus the key point is that I don't ever want to be blocked from handing an input request while waiting for an output transfer to finish, and I'm having some trouble figuring out how to achieve such a thing with the multi API.

Just use it as documented and that's how it'll work.

Now why didn't I think of that?? :-<

Seriously, I'm trying to say that the documentation is not sufficiently clear but you apparently do not agree so I'll continue trying to puzzle through it.

MB

Reply via email to