i need to read more sources [XML files] in my php script. because each source takes 4 seconds to return the data, i cant afford to read them one by one.
is there some kind of multithreading thing in php which would allow me to open connection to X sources and then read them in one loop somehow?
is this set blocking thing? how do i read the the source then and how do i know which source does the incoming data belong to? thanks.
please reply to matjaz@velenje.com also as there is no "send reply to email" option available anymore here on phpbuilder. why did the remove most useful option from the site anyway?