FF playing up?

Currently reading:
FF playing up?

Also if we keep mentioning more of it - it shows if the problem is getting worse

That's my point though, it seems to be the case - based on what Ben's said - that no matter how much he keeps picking at MS, they do fluff all about it.

I just think Shadey's a grumpy old bugger and feels like he needs something to moan about ;)
 
Not sure if I posted what it was before, but this is what happens:

1. All the PHP pages are parsed and cached using WinCache.
2. A lot of system data is also cached.

When a page is requested, instead of needing to load if from disk / db / etc the cache (memory) is used.

This is great and speeds things up - until.... the caching engine crashes and unfortunately has the side effect of putting a "lock" on the cache.

Everything then freezes - every page request spawns a new PHP process (as all the current ones are busy waiting) - and it builds up and up and until the original lock is dropped - at which point hundreds of PHP processes all try and access it, lock it, use it, unlock it ....

Now the kicker is - if 1 process manages to get the lock every minute, the tracking system will never know an error has happened (as it will be able to get through) - which is why sometimes is goes on for a while.

Once things totally lock up, the tracking system will notice and fire a restart on the IIS application pool (this is when you start to see the 500 errors) - which is good, UNLESS, the amount of people using the site is too great, which will cause a lock again and .... repeat repeat repeat.... lol

It would normally be a case of just turning the cache off - however too many things now rely on it to be an option :( So we basically just have to keep hoping MS finally release an update (or XCache resolve some issues they have and we can move over to that!)
 
Maybe because I type like a pro on my PC

so we see

Really-Fat-Guy-On-Computer.jpg


:devil:
 
UNLESS, the amount of people using the site is too great, which will cause a lock again and .... repeat repeat repeat.... lol

It does seem to effect me more at certain times of the day than at other times so could it be large amounts of people accessing the site or would you know if that was the case?

Just a suggestion but what if we post in this thread when we experience problems, maybe a pattern will form that could help you find a solution?
 
My network provider keeps blocking ONLY the leisure lounge at random times throughout the day, stating that I need a pin and a credit card to access XXX gay porn and the hot babes who are waiting for me on this restricted website. What on Earth.
 
My network provider keeps blocking ONLY the leisure lounge at random times throughout the day, stating that I need a pin and a credit card to access XXX gay porn and the hot babes who are waiting for me on this restricted website. What on Earth.

sounds like a virus type of thing rather than your provider
 
Back
Top