iceman400 Posted February 18, 2007 Share Posted February 18, 2007 hello everyone. i am writeing a script that will loop through a list of values and retrive large amounts of data from 2 different locations every time the loop executes. i'd like to cut down on run-time by having the script retrive the information from both locations simultaneously. is this possible? does it make any difference if the script runs on a dual-core server? thanks for your help, A.H. Link to comment https://forums.phpfreaks.com/topic/39024-running-2-simultaneous-scripts/ Share on other sites More sharing options...
kenrbnsn Posted February 18, 2007 Share Posted February 18, 2007 Please clarify what this script does and provide some code. Please put you code between tags. Ken Link to comment https://forums.phpfreaks.com/topic/39024-running-2-simultaneous-scripts/#findComment-187901 Share on other sites More sharing options...
trq Posted February 18, 2007 Share Posted February 18, 2007 Do a google for forking with php but be aware that its only available on Linux servers and I probbaly wouldn't recommend using it within a webserver environment. Link to comment https://forums.phpfreaks.com/topic/39024-running-2-simultaneous-scripts/#findComment-187902 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.