Author |
|
bwelmers
Joined: 08 Aug 2011 Posts: 1
|
Posted: Mon 08 Aug '11 11:30 Post subject: mod_fastcgi from www.fastcgi.com |
|
|
Hello,
Does anyone know about the mod_fastcgi module from www.fastcgi.com?
It is slidely different from mod_fcgid like it is able to pass more then one concurrent request to a stand-alone cgi process. Probably this could cause lots of performance improvements. Unfortunatly, I only can find a VC6 .so file, doesn't seem to be compatible with apachelounge version.
Thanks,
Bastiaan Welmers |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 08 Aug '11 15:15 Post subject: |
|
|
You mean slightly instead of slidely? However, mod_fastcgi hasn't been developped since a lot of time.
Did you made any benchmarking that you can tell that mod_fastcgi performs better that mod_fcgid?
Quote: |
it is able to pass more then one concurrent request to a stand-alone cgi process
|
At the same time? |
|
Back to top |
|
Kanashii
Joined: 17 Jul 2006 Posts: 155 Location: Porando
|
Posted: Tue 09 Aug '11 7:08 Post subject: |
|
|
Mod_fastci on IIS
10000 query 4 process
apache mod_fcgid 10000 query ~350 process
I try long time ego to run but without success |
|
Back to top |
|
jimski
Joined: 18 Jan 2014 Posts: 196 Location: USSA
|
Posted: Thu 06 Feb '14 1:38 Post subject: |
|
|
James Blond wrote: | However, mod_fastcgi hasn't been developped since a lot of time. |
That's because is stable an there is no need to mess with it. Development is still going on but at a slower pace there is a new version 2.4.7 at apachehaus
Quote: |
it is able to pass more then one concurrent request to a stand-alone cgi process
At the same time? |
Yes, it accepts multiple concurrent requests at the same time. |
|
Back to top |
|
Millennium
Joined: 17 Apr 2006 Posts: 179 Location: Leiderdorp, NL, EU
|
Posted: Thu 06 Feb '14 21:40 Post subject: |
|
|
So you should use PHP TS! which is slightly slower then the NTS version. which makes the score equal again |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Feb '14 23:23 Post subject: |
|
|
Wonder oh wonder I had crashes of apache with PHP NTS even with fcgid. A real surprise! To be fair only on Windows. On linux I never had an issue with NTS version. |
|
Back to top |
|