jaymc Posted January 4, 2007 Share Posted January 4, 2007 I created a topic over a week ago on this and didnt really get a good response to a fix, probably due to the lack of information providedHere is the link to the old topic just as a refresherhttp://www.phpfreaks.com/forums/index.php/topic,120496.msg495871.html#msg495871Basically, the problem I was having was when running a heavy script on my site, whilst it was taking 40 seconds to complete any other link I clicked on my site was basically put in a queNow first I thought mysql issue as the big script was a heavy mysql. Then when I realised the site worked on other peoples computers when I was running the script I knew it had to be a local issueNow I know what it is..Its not mysql because the same thing happens when Im streaming a large song via <embedAny page i go to whilst the browser is 'busy' downloading or waiting for a script to finish is qued... firefox does the sameUsing a bit of inituative I've used another IP address to access the large script so the browser will treat it as a new site which will not interfear with the main siteIt works !!192.168.1.2/mainsite = main site192.168.1.3/heavyscript = time consuming scriptHowever, this isnt very practically. I also have another script that is also laggy so Im having to use yet another IP address for thisHow can I get around this, its 100$ an issue with the browser, it wont proceed to another task until its finished the 1 its currently processingIdeas? Link to comment https://forums.phpfreaks.com/topic/32896-locking-part-2/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.