I have deployed the laravel app on shared hosting site. Its working fine. But somehow since few days number of processes in Cpanel have increased and hence site went down. Could this be possibly a bad algorithm? (I already took the whole code from the server) the processes still seemed to be running. The site has no traffic yet.
This is the process running in the background? Does the laravel have some minimum server requirements?
@jlrdw None of which would have anything to do with the problem he's experiencing with a high number of processes running.
@theharisshah It could be many things, but it entirely has to do with your code and services you're running. There isn't a way for us to answer that for you. I can say on a default laravel install, that wouldn't happen, so it's something to do with your actual code.
I checked the processes running in background. All of them are running the following command.
/use/sbin/httpd -k start.
I have no clue what this. Please help me to figure out this.
@jlrdw the link above refers to entry processes while I am using 6/20 entry processes. While the number of processes is different the reason why my site went down. The number of processes metric shows 24/40
processes running right now with exclamation mark. I have no traffic on my site as far as m sure not more than 10 people.