Home

Search results

"tag:profiling"


Title and summary Date/time
1
Profiling PHP Applications
Ever wondered where your PHP applications spend their time? For simple PHP scripts you can easily do basic profiling by modifying your script, take the time at critical points and log the data to a file. As applications become more complex or make use ...
Dec 13, 2007
4:33:59 AM
2
java.lang.OutOfMemoryError: PermGen space
For asynchronous messaging we are using Active MQ in a few web applications deployed to Apache Tomcat. This works quite well until you start redeploying the applications multiple times without restarting Tomcat. After a few redeployments you will ...
Jul 20, 2007
10:22:00 PM