How much does logging affect performance?
So, I was having a discussion with a person I respect about logging and they noted that often logging poses a prohibitive cost from a performance perspective. This seemed a little odd to me and
So, I was having a discussion with a person I respect about logging and they noted that often logging poses a prohibitive cost from a performance perspective. This seemed a little odd to me and
I read an article today about how PHP is exploding on Google App Engine. How is it that one of the most despised programming languages in the word is running (as Google claims) up
I read a post tweeted by Chris Cornutt today. The basic gist of the article is that your security is only as strong as your most ethically-challenged developer. That got me thinking that we
A few days ago I wrote a blog post on how configuration works in Magento. While it was fairly comprehensive it missed out on one very important piece of information; how the configuration file
<update>Magento 1 now supports PHP 5.4</update> I woke up this morning with a burning desire to do load tests. Actually, I woke up with a burning desire to not do the same thing I
One of the things that I have been doing over the past several months has been to write up how Magento works on the inside. These have primarily been for my own benefit, but
I am not a fan of NFS for production information. NFS is great for aggregating data from across multiple different machines, storing deployment files and other such administrative things. Serving static content? No. I
I love most things about PHP, but what I don’t like is that in order for me to do any kind of asynchronous processing I need to create an infrastructure. In other words, I
The only thing I hate more than bad code completion is no code completion. When working with PHP arrays for configuration there are often options that you need to remember to properly configure the
Taking a cue from TIOBE, where you can take Google search results and make them mean anything that you want them to, I decided that I was going to try an experiment and see