I need to connect to 10 web sites to grab content from them. I would
like to connect to each site simultaneously so that I can obtain the
data as fast as possible.
I am familar doing this with perl by using parallel sockets or the
module LWP-Parallel. So what would be the best method to do this in
php? Sockets, forks?
Also, if possible, could someone provide me with a good reference site
that will help me accomplish this?
Thanks
like to connect to each site simultaneously so that I can obtain the
data as fast as possible.
I am familar doing this with perl by using parallel sockets or the
module LWP-Parallel. So what would be the best method to do this in
php? Sockets, forks?
Also, if possible, could someone provide me with a good reference site
that will help me accomplish this?
Thanks
Comment