Hi
I have 3 web services that are providing me data for my hotel booking engine. It taking too long if i run them sequentially. Therefore I wanted to run them using threads. But not sure if php threading will support this and if its safe (since all 3 processes that will handle the web service will read and write into shared tables )
Can Anyone advise me on how i should proceed ??