Current time: 04-30-2024, 09:10 PM Hello There, Guest! (LoginRegister)


Post Reply 
FastCGI: can't schedule the start of another (dynamic) server
Author Message
psygarden Offline
Junior Member
*

Posts: 84
Joined: Jan 2008
Reputation: 0
Post: #1
FastCGI: can't schedule the start of another (dynamic) server
I keep getting these errors in my /var/log/apache2/error.log when some sites are running slow:

Quote:[Tue Feb 05 13:19:06 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:06 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:08 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:09 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:09 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:09 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:09 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:09 2008] [warn]
"/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:11 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[Tue Feb 05 13:19:12 2008] [warn] FastCGI: can't schedule the start of another (dynamic) server "/var/www/fcgi/psygarden.be/php5-fcgi-starter" process: exceeded dynamicMaxProcs (10)
[/quote]

Where can i increase these settings? what daemon do i need to restart afterwards?


greetings,
Rik


ps. Could this also be the cause for errors i'm getting (500 Internal server error) when my site tries to execute certain big operations?
(This post was last modified: 02-05-2008 10:21 PM by psygarden.)
02-05-2008 10:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: FastCGI: can't schedule the start of another (dynamic) server
Hi

have a look at the new fastcgi.conf (/etc/apache2/mods-enabled/fastcgi_ispcp.conf or so)

http://www.isp-control.net/ispcp/browser...stcgi.conf

There is a new configuration:

FastCgiConfig -minProcesses 1 ........

Please try this and report again

/J
02-05-2008 10:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #3
RE: FastCGI: can't schedule the start of another (dynamic) server
Quote:Where can i increase these settings? what daemon do i need to restart afterwards?
Or you can try to increase the
Code:
PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS
in your /var/www/fcgi/psygarden.be/php5-fcgi-starter

But joxi´s solution looks more right...

Quote:Could this also be the cause for errors i'm getting (500 Internal server error) when my site tries to execute certain big operations?
Yes!

Greez BeNe
02-05-2008 10:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
psygarden Offline
Junior Member
*

Posts: 84
Joined: Jan 2008
Reputation: 0
Post: #4
RE: FastCGI: can't schedule the start of another (dynamic) server
the server seems to be running faster and with less problems, are there suggested values you have for a medium-size server?

(4gb ram, dual core +5800 AMD)
02-06-2008 01:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #5
RE: FastCGI: can't schedule the start of another (dynamic) server
The new values in fastcgi...comf have been put into the project by RatS - I don't know exactly where he get them...

There were some discussions about theese values in earlier threads but IMHO not the same...

Maybe you can have a look at the fastcgi doc (http://www.fastcgi.com) and try-and-error AND (!!!) give us feedback so we can put some sample values with comments in the file...

/J
02-06-2008 02:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)