Forum very slow lately

Forum very slow lately

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Forum very slow lately

Post by Beherith »

Im getting a ton of these and very long load times lately, anyone know what could cause this?

Code: Select all

Return to index page
General Error
SQL ERROR [ mysqli ]

Too many connections [1040]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Powered by phpBB ┬® 2000, 2002, 2005, 2007 phpBB Group 

Code: Select all

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.12 (Ubuntu) Server at springrts.com Port 80
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: Forum very slow lately

Post by Licho »

Massive server overloads.. we still dont know exactly whats causing them..
User avatar
Cheesecan
Posts: 1571
Joined: 07 Feb 2005, 21:30

Re: Forum very slow lately

Post by Cheesecan »

Have you run a profiler to see what it could be?
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: Forum very slow lately

Post by bobthedinosaur »

bots maybe?
Regret
Posts: 2086
Joined: 18 Aug 2007, 19:04

Re: Forum very slow lately

Post by Regret »

My bet's on Java.
McLoud
Posts: 36
Joined: 03 Sep 2006, 22:31

Re: Forum very slow lately

Post by McLoud »

Regret wrote:My bet's on Java.
Java itself dont do nothing you dont ask it to do.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: Forum very slow lately

Post by SinbadEV »

McLoud wrote:
Regret wrote:My bet's on Java.
Java itself dont do nothing you dont ask it to do.
But it does do things you might not have intended to ask it to do... like using up too much memory or crashing and failing to clean up after itself.
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Forum very slow lately

Post by hoijui »

yeah... software written in languages other then Java never crashes or uses more memory then you can afford, if you do not explicitly tell it to do so!
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: Forum very slow lately

Post by aegis »

the problem might not be in java, but in some of the java libraries, and the people using them
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: Forum very slow lately

Post by SinbadEV »

hoijui wrote:yeah... software written in languages other then Java never crashes or uses more memory then you can afford, if you do not explicitly tell it to do so!
I was using examples from personal experience to point out things that can go wrong in programming in Java and had failed to realize that the same could be said for most programming languages... technically Java is better at both memory allocation and cleanup than many other languages because it lives nice an cozy in it's Virtual Machine.

My point was more to do with the "dont do nothing you dont ask it to do." part...

Like the time I was trying to test the efficiency of a dynamically sized queue using pointers in Visual C++ by putting a high number of operations in an infinite loop and crashed my computer because I started writing to places in memory that were allocated to the operating system.
User avatar
Cheesecan
Posts: 1571
Joined: 07 Feb 2005, 21:30

Re: Forum very slow lately

Post by Cheesecan »

I don't even see where Java comes into it when phpBB is written in php..
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Forum very slow lately

Post by AF »

phpbb isnt the only thing running on the server, e.g. the lobby server ( written in java ( or are we using uberserver? ) )
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: Forum very slow lately

Post by Licho »

Only java on server is etherpad :)
Its just server having massively overloaded disks, usually restarting apache/mysql fixes it.
Post Reply

Return to “General Discussion”