I have found getting external webpage takes time using file_get_content function normally more than 1 second.
Is it possible to get more than 1 webpage using multi processing at the same time so that time could be used more efficiently?

its possible in java using multithreading i am not sure about php.

please help me.