Can you please pont me in the right direction for this code:
I would like to read 6(or more) website pages AT THE SAME TIME.
So code would be
send a read request to first website
send a read request to second website
send a read request to last website
wait for respose.
As each response comes in display updated page.
Is it something to do with sockets?
Thank you