News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Bandwidth limit exceeded

Started by mandrav, November 30, 2005, 10:42:20 AM

Previous topic - Next topic

mandrav

Well, it seems that we 're gaining some popularity and it caught us by surprise :)
Sorry for the inconvenience. Our bandwidth limit has been raised so it will probably be a while until this happens again ;)
Be patient!
This bug will be fixed soon...

Michael

Quote from: mandrav on November 30, 2005, 10:42:20 AM
Well, it seems that we 're gaining some popularity and it caught us by surprise :)
Sorry for the inconvenience. Our bandwidth limit has been raised so it will probably be a while until this happens again ;)
Thank you very much. It is good to access again http://www.codeblocks.org/ :)

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

rickg22

How about adding some forum archives? In plain format, without bells and whistles, and only members can access the forums (or something). I'm sure most of the bandwidth is used because people read the forums rather than the website.

mandrav

Quote from: rickg22 on November 30, 2005, 04:14:39 PM
How about adding some forum archives? In plain format, without bells and whistles, and only members can access the forums (or something). I'm sure most of the bandwidth is used because people read the forums rather than the website.

Quote from: mandrav on November 30, 2005, 10:42:20 AM
Our bandwidth limit has been raised so it will probably be a while until this happens again ;)

And if need be, I 'll raise it again. So don't you worry.
Be patient!
This bug will be fixed soon...

takeshimiya

Can be made a mirror if the server burns or something?

There is any special software to make a mirror?

rickg22

We could mirror at sourceforge. Only the main page, tho.

takeshimiya

Why not everything?
I don't know anything on how to make a mirror.

rickg22

why not everything: Because the mirror and the main page would get out of sync. Remember the forums are a database system, not a set of webpages.

How to make a mirror? Just copy the files :P

takeshimiya


David Perfors

OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

takeshimiya

Mm, I mean some program that will check if there's changes on the page, and then copy them (pretty much like CVS/SVN does).

David Perfors

I saw the webpages in the cvs.. when they are in the svn now, it should be possible to checkout to the sf.net servers...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

takeshimiya

Yes, some days ago the webpages was in SVN /trunk/web, but they are now in /web (svn://svn.berlios.de/codeblocks/web).

What I'd suggest is a cronjob in SF Shell, doing a SVN /web check-out to the SF host every 24 hours or so.

David Perfors

or only when the side is updated. when the "webmaster" commits some changes to the SVN he probably do an update to the cb.org server, so he also could do an update to the sf.net server ;) just make a script for it...
Why not every 24 hours? well, the site doesn't change that much (I think :lol:)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

takeshimiya

Well, that's another option.
The bad side is that every webmaster (Yiannis, Rick, Per, ...) will need to have direct access, know how to use, and opted-in to the SF shell services.

Note that a 24 hs. solution with a script running on SF would only do an SVN update, which is nothing if nothing changed.