If you have enough RAM on your server, then you will probably want to avoid the lengthy booting times you experience after an application idles. There are 2 solutions I could find used to solve this problem: 1. Use a cron job to access the application every couple of minutes to keep it in memory. [...]
View Post