Skip to main content

Tagged: parallel

  • Using cURL for parallel PHP without pcntl_fork

    So, you want to do some parallel processing in PHP (alliteration FTW!), but your service provider does not grant you access to the pcntl family of functions*. What do you do? If you're in a *nix environment with access to the curl command …

View all tags