
|
More Server Issues
2006-02-13 10:24
Our server is getting more traffic than it can handle, so I've put in an order for an upgrade. Hopefully, that'll happen within the few days. Part of the problem is that we're getting blasted with tons of referer spam now. It's about 25% of our traffic. I've had enough. So I just installed a program to automatically block anything that looks like referer spam. So if you come to the Toaster from a url with the word "poker" or "casino" or "viagra" in it, you'll get an error now. It's only a matter of time before the evil referer spammers figure out how to get around this scheme, but it should buy us a temporary reprieve, if nothing else. Part of the problem is the Fairpole software itself: in particular, the templating engine. A major upgrade for that should be coming soon, too. Thanks for your patience.
|
The Technology Behind Baseball Toaster
Hot from the Toaster
Search
Archives
About Fairpole Software
Syndication
About the Toaster
Baseball Toaster runs on some experimental software called Fairpole. It's still under development. For more information, please visit the Fairpole blog, or read the FAQ. |
Another quick Apache tweak you can make is to ensure that you're running 2.0 with the "worker" MPM mode. This results in Apache running in a multi-process multi-threaded mode, each process being able to run X requests simultaneously -- as opposed to the default MPM which is one process per request. This winds up saving you a ton of memory, especially as you get more and more requests.
To comment, please log in.
Not a member? Register!