Jump to content

Locking - Part 2


jaymc

Recommended Posts

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 provided

Here is the link to the old topic just as a refresher

http://www.phpfreaks.com/forums/index.php/topic,120496.msg495871.html#msg495871

Basically, 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 que

Now 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 issue

Now I know what it is..

Its not mysql because the same thing happens when Im streaming a large song via <embed

Any page i go to whilst the browser is 'busy' downloading or waiting for a script to finish is qued... firefox does the same

Using 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 site

It works !!

192.168.1.2/mainsite = main site
192.168.1.3/heavyscript = time consuming script

However, this isnt very practically. I also have another script that is also laggy so Im having to use yet another IP address for this

How 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 processing

Ideas?
Link to comment
https://forums.phpfreaks.com/topic/32896-locking-part-2/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.