PHP FastCGI Process Manager (or PHP-FPM for short) is an daemon that remains resident in memory and processes requests relayed to it either using a
Read more
Code fueled rants
PHP FastCGI Process Manager (or PHP-FPM for short) is an daemon that remains resident in memory and processes requests relayed to it either using a
Read moreUsually an application can handle its own routing. After all, the developers created the application so it stands to reason that they’ll know what URL’s
Read moreOK, so here we are. The home stretch. If you manage to complete this post you can officially consider “JMeter” part of your skillset and
Read moreIn the previous post on this topic I showed you the basics of doing some things in JMeter. We basically got to the point where
Read moreJMeter is one of the most popular (if not the most popular) tool for automated load generation. It’s a tool that’s easy to install and
Read moreThis post assumes a basic familiarity with High Availability concepts but makes no assumptions regarding practical implementation. For example, you should already be familiar with
Read moreUsually you don’t need to manage your own PKI infrastructure with OpenSSL. The normal modus operandi is to generate your CSR, get a recognized certificate
Read moreFor some applications, such as public websites, merely having several nodes that run the same PHP scripts is enough to consider your website load balanced.
Read moreIn a previous post I briefly went through getting a basic instance of Redis going and how at a code level you to store and
Read more