PDA

View Full Version : Globat Hosting problem


doublehorns
Tue 19th Feb '08, 10:58pm
hi, i am currently hosting my vB site on globat. Not the wisest of choices but i am kind of stuck with them.

I have this issue right now which is the forum can only take about up to 270-300 and it will start to generate this error message on the server side

Internal Server Error
>>> Process limit exceeded for uid 11330 [25 >= 24].

I messaged globat about it and This is their reply >

You will receive a process limit error if your scripts are not terminating. The server will detect if you have an unusually high number of processes running, and will not allow you to spawn further processes until your existing processes terminate. This means that if your scripts have problems with hanging or perform functions that time out, you might run into process limit problems. This is a problem with your scripting, not the server. The process limit error is the server's automatic way of protecting itself from resource issues that could be caused by scripts which do not terminate. You will need to rewrite your php scripts so your php processes are properly managed
To kill your server process, please follow the following steps:

1. login to your GCC at https://login.globat.com
2. click on DATABASES
3. click phpmyadmin
4. click Show Processes
5. click Kill

Thank you for your inquiry,

Melo
Globat Signature Support


So what should i do about this? Please advice

eva2000
Fri 22nd Feb '08, 5:21am
make sure vB config.php has usepconnect = 0 to disable persistent connections, if you have php ads script ensure they also have persistent connections disabled.

That's only thing you can really do until you move web hosts.