Posted by Ian Phillips on 12/05/2017 08:29:04:
Reading the post on this thread it seems that we are not all discussing the same problem.
…
I doubt Neil's shortage of sockets would be responsible for what I experience, more likely it might be the cause of dropping out mid session.
I can eliminate routers, hubs, caches, OS's, ISPs and browser versions being the cause of what I see as its been consistent over several completely different setup's and machines in two different houses.
Still best left alone.
Ian P
It's difficult to do a Hercule Poirot on this because we don't have all the clues. However, I think Ian's on the right track when he suggests two (or more) problems and points at the server.
There's a new clue, which is that Neil has been told by his IT team that there's a shortage of sockets. (A socket is a network end-point, ie limiting the number of connections that can be supported.)
It's unlikely that the server has actually run out of sockets, BUT each socket has to be managed by the application and that can create complicated resource bottlenecks as memory and CPU consumption add up.
Most web servers and/or operating systems are configured to control what happens during an overload. A common option is to dump some of the load. We don't know how that is done but it may be Last In, First Out, which might explain why some people get whacked repeatedly – they are always "new".
Another point, MEW and ME are not the only users of the web-server that's delivering this forum. It is also hosting at least one other MyTimeMedia forum, perhaps several. In turn, it's likely that MyTimeMedia's web-sites are hosted by a web provider with hundreds of web sites on the same kit. This sharing can make it difficult to suss out server-side bugs – bottlenecks move about depending on the behaviour of the various communities.
Poor old Neil must feel he's between a rock and a hard place. He wants to keep his customers happy, but the forum service is free. That means the IT team are working within financial constraints, and, apparently, the number of people effected is low. It would help Neil get more priority if he could show that large numbers of customers are annoyed by this, but there's no evidence of that. Unless you know different!
Dave