Hello,
I've noticed that my site receives many Resource Usage Limit errors, specifically to the entry processes limitation. This occurs for 1 visitor to the site.
From what I have found on the forums, the entry processes are any initial call to a php script, mysql query, a cron job, or shell access, but I haven't seen over what time that is. Is that for a second, a minute, an hour? It seems that it is for 'however long the script runs' but the site should only be accessing a script 3 seconds after the previous returns. (I know 'should' isn't 'is'.)
I am trying many different solutions that I can think to get entry process usage down, but needless for me to say that it is a lot of work.
My real question is: will there be any consequences for going over the resource limit constantly? I can't find it again, but I seem to remember some policy that states if reaching the limit is continuous, then access to the site is blocked for 24 hours.
Is there any leniency to this, so that the site can still be running and accessible in a less-optimized form until the final form is realized?
Really am enjoying the hosting service regardless.
I've noticed that my site receives many Resource Usage Limit errors, specifically to the entry processes limitation. This occurs for 1 visitor to the site.
From what I have found on the forums, the entry processes are any initial call to a php script, mysql query, a cron job, or shell access, but I haven't seen over what time that is. Is that for a second, a minute, an hour? It seems that it is for 'however long the script runs' but the site should only be accessing a script 3 seconds after the previous returns. (I know 'should' isn't 'is'.)
I am trying many different solutions that I can think to get entry process usage down, but needless for me to say that it is a lot of work.
My real question is: will there be any consequences for going over the resource limit constantly? I can't find it again, but I seem to remember some policy that states if reaching the limit is continuous, then access to the site is blocked for 24 hours.
Is there any leniency to this, so that the site can still be running and accessible in a less-optimized form until the final form is realized?
Really am enjoying the hosting service regardless.