My favorites | Sign in
Google
Projects on Google Code Results 1 - 3 of 3
= What is RequestCore? = RequestCoreâ„¢ is a lightweight cURL-based HTTP request/response class that leverages MultiCurl (i.e. `curl_multi_exec()`) for parallel requests. RequestCore was born out of the [http://tarzan-aws.com Tarzan] project, and was designed from the start to be a reliable standa...
[http://tarzan-aws.com http://cdn1.warpshare.com/tarzan/tarzan_logo.png] =Our website has moved= Please visit http://tarzan-aws.com for current project information. Thank you. :) The only things that we've kept here are (a) the subversion repository, (b) issue tracking, and (c) downloads. Thi...
MultiCurl class library is a solution for work with MULTI CURL PHP extension. It provides to execute some parallel HTTP requests with limit of downloaded size. Example: start 100 downloads with 2 parallel sessions, and get only first 100 Kb per session. Supported features: - Set query for CURL...