Previous Thread
Next Thread
Print Thread
Rate Thread
BlarC #245948 07/05/2003 10:21 PM
Joined: Oct 2000
Posts: 2,223
Veteran
Veteran
Offline
Joined: Oct 2000
Posts: 2,223
If the data isn't getting in and out of the database fast enough to close the connections for the concurrancy you have then you get a too many connections error.

For example - let's say you are allowed 3 connections. 4 people click, all within a second of each other. If it takes 4 seconds for the database to deliver the data back then the last person gets that error. 4 concurrent requests, 3 allowed.

The answer? optimize the data, the database server, or the data being delivered to get the data back from mysql faster.

You can optimize the tables via the admin panel.

optimizing the server, or seeing to it that it isn't overloaded, is up to your host in your case.

optimizing the data delivered, i.e. the queries is something we do for every version.

also make sure the default view is set to last 2 weeks instead of show all, that helps a LOT. less data to get faster to get it and close the connection.

Try setting post tracking from full to thread only. fewer queries that way, fewer connections made to do them.

prune messages?




Picture perfect penmanship here.
Sponsored Links
Entire Thread
Subject Posted By Posted
Too many connections Rutto 05/12/2003 4:14 PM
Re: Too many connections JoshPet 05/12/2003 4:24 PM
Re: Too many connections Hal9000 05/12/2003 10:52 PM
Re: Too many connections Rutto 05/14/2003 8:55 PM
Re: Too many connections ericgtr 07/06/2003 4:29 AM
Re: Too many connections navaho 07/06/2003 5:21 AM
Re: Too many connections ericgtr 07/06/2003 7:37 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)