[Mod-fcgid-users] Selectively disabling buffering

2007-10-26 Thread Ivan Voras
Hi, I'm developing an application that uses PHP with mod_fcgid, and for the most of it everything works fine. But there's one feature that is creating problems: one part of the application is a long running process and it should show the users information about its progress. It seems that mod_fcgi

Re: [Mod-fcgid-users] mod_fcgid on FreeBSD amd64

2008-09-09 Thread Ivan Voras
2008/9/7 Richard Tector <[EMAIL PROTECTED]>: > I'm having problems on FreeBSD 7.0 amd64 with mod_fcgid 2.2. I can > reproduce the problem on 3 different amd64 based machines. One with > apache 2.0.51 and the others with apache 2.2.9. > Apache fails to start with: > [Sun Sep 07 16:29:17 2008] [emerg

Re: [Mod-fcgid-users] Spawning explanation

2009-02-27 Thread Ivan Voras
2009/2/27 Olivier B. : > The DefaultMaxClassProcessCount is reached, but why fcgid try have > launched 4 process ? Just one or two should be sufficient in the case of > five concurrent users, since each PHP process can handle 5 of them. No ? > Or maybe I misunderstood this fork feature of PHP, and

Re: [Mod-fcgid-users] Parse POST data

2009-03-13 Thread Ivan Voras
2009/3/13 double : > Hello, > > If I am uploading a video to a mod-fcgid server, the POST > data is collected and submitted to the fastcgi-application > in bulk. > Is there any chance to configure mod-fcgid, so that the > application can read from stdin what is already uploaded? > > I want to creat

Re: [Mod-fcgid-users] Weird behavior or what?

2009-08-25 Thread Ivan Voras
2009/8/19 Noor : tldr; > According to these findings, the best benchmark is when > MaxProcessCount is set to 8 (which is number of CPU's). Is this just > an accident? According to so many tips and pages I read on the No. In general, a thread-pool design, which is what mod_fcgid+PHP effectively e