473,405 Members | 2,310 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Recommended FastCGI module?

What's the recommended FastCGI module for Python. There are at least five:

The Robin Dunn / Total Control Software version:
http://alldunn.com/python/fcgi.py
Last revised in 1998.

The "JonPy" version:
http://jonpy.sourceforge.net/fcgi.html
Last revised in 2004.

The Alan Saddi version:
http://svn.saddi.com/py-lib/trunk/fcgi.py
Last revision date unknown.

The Cheese Shop version: python-fastcgi 1.1
http://cheeseshop.python.org/pypi/python-fastcgi
Requires Open Market C system.
Last revised in 2005 for Python 2.3.

The Peter Astrand version:
http://cvs.lysator.liu.se/viewcvs/vi...cvsroot=webkom
Last revised in 2004 for Python 2.3.

John Nagle
Mar 7 '07 #1
4 1999
In article <W6****************@newssvr14.news.prodigy.net>, John Nagle wrote:
The "JonPy" version:
http://jonpy.sourceforge.net/fcgi.html
Last revised in 2004.
I'd recommend my one, but it's just possible I'm not impartial ;-)
Mar 7 '07 #2
Jon Ribbens wrote:
In article <W6****************@newssvr14.news.prodigy.net>, John Nagle wrote:
>> The "JonPy" version:
http://jonpy.sourceforge.net/fcgi.html
Last revised in 2004.


I'd recommend my one, but it's just possible I'm not impartial ;-)
Does it work with current Pythons? (2.4, 2.5)? I'm mainly
concerned about the abandonware problem with some of them.

John Nagle
Mar 7 '07 #3
John Nagle wrote:
What's the recommended FastCGI module for Python. There are at least five:

The Robin Dunn / Total Control Software version:
http://alldunn.com/python/fcgi.py
Last revised in 1998.
........

we are using a slightly modified and modernized version of the above in a front
facing app for a large company with reasonable results. Our decision was
prompted by a consultant who wanted more speed, but it turned out the original
traffic assumptions were wrong so the small advantage over CGI isn't actually
needed. At the back end we're using apache+mod_fastcgi and choosing the
configuration parameters was the main difficulty.

Using fcgi did induce some fairly careful code consideration to ensure we could
rerun without blowing up the universe.
--
Robin Becker

Mar 7 '07 #4
In article <Eq*****************@newssvr21.news.prodigy.net> , John Nagle wrote:
Jon Ribbens wrote:
>>> The "JonPy" version:
http://jonpy.sourceforge.net/fcgi.html
Last revised in 2004.

I'd recommend my one, but it's just possible I'm not impartial ;-)

Does it work with current Pythons? (2.4, 2.5)? I'm mainly
concerned about the abandonware problem with some of them.
Yes, I use it myself in my day job, where we have recently upgraded
to Python 2.5. jonpy itself hasn't been revised for a while because
there have been no revisions I felt necessary. There may be a new
version released in the next couple of months, but there won't be
any major changes.
Mar 7 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Henri Vilminko | last post by:
I installed the Zend PHP enabler for Sun ONE Web Server which is basically a wrapper to run PHP in fastcgi mode. The interpreter runs fine but there's one nasty problem: PHP doesn't use the PHPRC...
0
by: Andrew Crowe | last post by:
Hi guys, I've got 3 W2K Advanced Server machines here running PHP5.0.0 on IIS5. Two of them run perfectly using FastCGI. The third is unstable with FastCGI, after it's been running for a day or...
1
by: Adam Szendzielorz | last post by:
Hello! I'm searching patch for Apache SuEXEC (1.3.*) which get me gate to work PHP (compiled with --enable-fastcgi) with mod_fastcgi. SuEXEC check owner/group of script before run script, i...
4
by: Peter Otten | last post by:
Is there a way to limit both width and height of a canvas text item? My current workaround seems clumsy: import Tkinter as tk root = tk.Tk() canvas = tk.Canvas(root, width=400, height=200,...
6
by: Jack | last post by:
Basically I am trying to find a high performance web server. Since Python is installed on all of the servers, It'll be great if the web server is written in Python as well. Otherwise, I will have...
5
by: howachen | last post by:
hi, which package you perfer? mod_php on apache is okay but some people said fastcgi version of php is faster, is it true? thanks...
37
by: Joshua Ruppert | last post by:
When I'm using FastCGI do I need to code differently than I do when using regular CGI? Because the PHP.exe processes don't go away do global variables stick around from page request to page...
3
by: howa | last post by:
concurrent request to httpd might as high as 300 and each httpd need 12M of memory (currently using mod_php) so total memory needed might over 3GB so under this case, should i use fastcgi?...
3
by: guillaume.braux | last post by:
Hello, I am running WS2008 + IIS7 + FASTCGI + ZendCore. I have not modified the default ZendCore php.ini configuration file. Actualy, any kind of PHP error, warning or notice gives me...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.