Desarrollar y descargar software de código abierto

Zebra_cURL

We call for your help with the Japanese translations for project summaries. The submitted translations will be posted after simple evaluation. (Not only the translation itself is going to be checked, but we also make sure it's clear of wiki format problems. Especially problems that are related to the layout, such as line breaks and links, will be checked, so please give heed. When there appears to be a problem with the translation itself or the layout, we may not be able to post your translation. We often see problematic cases related to links. When there's going to be a line of Japanese text right after the URL, please make sure to leave a space to separate.) Also, even with projects that may already have their summaries translated, if you find an outdated translation or typographical errors, please update. Login to start translating. When you are done, you will find your name at the bottom of the summary as the translator.

You are not Logged in. If you submit this translation, your name will not show on the this project page (will be logged as "translated by an anonymous user").

Descripción del Proyecto:

English:
(Última actualización 2013-03-18 16:37)

Zebra_cURL is a high performance PHP library acting as a wrapper to PHP's libcurl library,
which not only allows the running of multiple requests at once asynchronously in parallel,
but as soon as one thread finishes, it can be processed right away without having to wait
for the other threads in the queue to finish,
eliminating wasted CPU cycles from busy waiting.

This result is a faster and more efficient way of processing large quantities of cURL requests
(like fetching thousands of RSS feeds at once),
drastically reducing processing time.

This script supports GET (with caching) and POST requests,
and basic downloads as well as downloads from FTP servers,
HTTP Authentication,
and requests through proxy servers.

For maximum efficiency, downloads are streamed (bytes downloaded are
directly written to disk),
removing the unnecessary strain from the server of having to read files into memory first
and then writing them to disk.

No Japanese Translated Data
Japanese: