Tag: profiling
-
Profiling Perl
Often we write perl scripts that loop a particular action. Not so often we write a perl script that is called in a loop by another tool. My script was attempting to do a http web login to emulate user traffic. However, I was not able to start more than 8 of these scripts a…
-
PH7 Engine – is it really the fix?
This sounds very useful, especially if you consider that PHP is used in embedded environments like MonoWall and pfSense. My big question for larger installation is this: xcache already does a great job at bytecode caching. The largest slowdown in the majority of PHP applications is the relational engine sitting underneath it. After much profiling…
