[Mod-fcgid-users] Question about " too much xxx process(current:x, max:x), skip the spawn request" message

2009-08-15 Thread Robert
Hi all, does the message " too much xxx process(current:x, max:x), skip the spawn request" mean, that the request failed or just that the request to spawn a new process has been ignored. I. e. will the request be handled by an already existing process (maybe after waiting until one is free) or no

[Mod-fcgid-users] Apache + FCGID + Rails and Resource

2008-02-23 Thread Robert Ferney
work.. edit public/.htaccess ect to run under apache and mod_fcgid try to create multiple records on resource http://server/test from the new form.. create will "POST" to the server, the rails app will see a 'GET' instead.. which breaks expected behavior under rails resources.. --

Re: [Mod-fcgid-users] Apache + FCGID + Rails and Resource

2008-02-28 Thread Robert Ferney
Addendum... It seems to act up specifically when you use a multi-part form in the post.. On Sat, Feb 23, 2008 at 10:35 PM, Robert Ferney <[EMAIL PROTECTED]> wrote: > When running a rails 2.+ application that employs resources, the create > method is uncallable.. > > with