running php in parallel

i need to fetch 10 sites

using fopen

it takes 4 -5 seconds

as php does fopen 1 first then fopen 2 then fopen3 then fopen4 then fopen5.....

anyway to do this much more faster

?

 

 

 

 

Top