Jump to content

CURL + MULTI-THREADING..?


cyfer65

Recommended Posts

I need to CURL 3 URL's Simultaneously and also Simultaneously Perform a get_string_between() function on the return results for each of those 3 CURL'ed URL's..!!!If its possible, whats the best way to do this?, any code examples?

Link to comment
Share on other sites

Why? You can just download each page sequentially and store them in variables, and then call the functions.

Link to comment
Share on other sites

I need to CURL 3 URL's Simultaneously and also Simultaneously Perform a get_string_between() function on the return results for each of those 3 CURL'ed URL's..!!! If its possible, whats the best way to do this?, any code examples?
Have you examined the curl_multi_exec() function?Roddy
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...