
Founder of Awio Web Services LLC,
graduate student at Drexel U.,
community advisor at SitePoint.
It’s been about 7 months since W3Counter’s last hardware upgrade, adding a beefy dual-processor dual-core server to the mix. Now, 6,000 new active accounts later, the site’s slowing down during the day again, which means there’s not enough memory and IO bandwidth to go around. I just ordered two more powerful servers from SoftLayer. One [...]
Inspired by this article at Read/Write Web, I decided to make a search engine out of one of my bookmark collections. Discover Semantic searches about 70 sites dealing with the semantic web (aka “web 3.0″). It covers W3 recommendations, specifications, tools, tutorials, and dozens of blogs about semweb.
If nothing else, it was interesting [...]
Recently I’ve been working on 3 or 4 projects at the same time on my desktop. While my primary IDE has changed to Visual Studio (even for PHP with VS.PHP), the rest of my development environment is mostly the same as it’s been since December. My projects are growing in code size, and the amount [...]
Another quick tip for reducing server load: keep your sessions in memory instead of on disk. For a dynamic, high traffic site, like a very active message board, your disk is already busy handling all the database work. Take some load off it by moving session storage to memory.
You’ve outgrown shared hosting and decided to start renting a server of your own. Since you’re still on a tight budget, you want an unmanaged server, where full responsibility for configuring and managing the server is yours. These are the steps I go through every time I set up a new server for web and [...]