Am Sunday 20 October 2002 03:31 schrieb Sterling Hughes:
> On Sun, 2002-10-20 at 02:16, Boris Bukowski wrote:
> > > ok, i can see the use in that, however, i think it can be more useful
> > > if you give the user the option of when to use the select() call -
> > > that's the whole point of the cURL multi interface, and while it may be
> > > useful in this case, the interface was designed to be much more
> > > powerful, and this patch does take a lot of that power away.
> >
> > There is no change on the interface, only the additional feature to
> > execute the curl sessions parallel. After the curl_multi_exec you can use
> > curl_info, curl_errno without problems. curl_get_content is needed cause
> > curl_multi_exec cant return content if RETURNTRANSFER is Set. Do you see
> > a better way to become the Content ?
>
> The interface change is not related to what is currently in the PHP
> interface but rather what the cURL multi interface is supposed to be,
> and how the interface proposed hides some of the inherent power of that
> interface.

Do you have Plans to implement this ?
I have no idea how to implement it.

Boris


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to