fmII
Sat, Oct 11th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 17:08 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 mod_python - Default branch
Section: Unix

 

Added: Mon, Jul 3rd 2000 19:05 UTC (8 years, 3 months ago) Updated: Thu, Jul 5th 2001 03:07 UTC (7 years, 3 months ago)


About:
Mod_python is an Apache module that embeds the Python language interpreter within the server, allowing for Apache handlers to be written in Python for faster and more powerful applications than plain CGI.

Author:
Gregory Trubetskoy <grisha __at__ ispol __dot__ com> [contact developer]

Rating:
8.27/10.00 (2 votes)

Homepage:
http://www.modpython.org/
Tar/GZ:
http://www.modpython.org/dist/
Changelog:
http://www.modpython.org/live/mod_python-2.7.5/NEWS
Mailing list archive:
http://www.modpython.org/pipermail/mod_python/

Trove categories: [change]
[Environment]  Web Environment
[Intended Audience]  Developers
[License]  The Apache License
[Topic]  Software Development

Dependencies: [change]
No dependencies filed

 
» Rating: 8.27/10.00 (Rank N/A)
» Vitality: 0.00% (Rank 9146)
» Popularity: 1.18% (Rank 4882)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 11,415
   URL hits: 5,647
   Subscribers: 30

Projects depending on this project:
CDS Invenio
Browsershots
rpm2python
LysCVS project server


Other projects from the same categories:
KSpline
SingleSub
SQL Abstraction Layer
A Simple Version Control System
fldiff

Users who subscribed to this project also subscribed to:
KcmPureFTPd
pyblosxom
ThinTUX
lm_sensors
GNU Enterprise Application Server


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 2.7.5 05-Jul-2001 The Apache License Homepage Tar/GZ Changelog

 Releases

Version Focus Date
2.7.5 Minor bugfixes 05-Jul-2001 07:07
2.7.4 Minor bugfixes 04-Jun-2001 18:16
2.7.3 Minor bugfixes 13-May-2001 04:49
2.7.2 Minor feature enhancements 21-Feb-2001 23:07
2.7.1 N/A 18-Dec-2000 22:57
2.6.4 N/A 12-Dec-2000 16:18
2.6.3 N/A 30-Oct-2000 19:58
2.6.2 N/A 22-Oct-2000 05:11
2.6.1 N/A 21-Oct-2000 21:24
2.6 N/A 19-Oct-2000 02:51

 Articles referencing this project

 Comments

[»] Re: diff
by RangerElf - Dec 12th 2000 15:03:09

Hmmm... I'll hazard a guess.

mod_snake, from what I gathered while experimenting with it (for a little while, I confess, because it seemed to me a bit limited in scope), seems to be a Python CGI accelerator, it keeps the Python interpreter at hand, so when it needs to run a Python CGI, it just passes the script to it's interpreter along with all relevant CGI information, and lets it rip. Also, it has the added convenience of not having to reload the script every time it's run, only on it's first invocation or after a modification (date changes between *.py and *.pyc).

And, on the other hand, mod_python is a handler, which can interface directly with Apache and it's internal module API; so, you can write Python extensions to Apache, use Python to handle many chores like authentication, pre-/post- connection processing, URL translation, etc... it depends on what part of the HTTP handshake you want to handle, and write a Python handler for that chore.

So, it seems to me that mod_python is much more flexible than mod_snake, but with the added disadvantage of being more complicated to develop for. Check them both out, to see which benefits you more.

-elf

[reply] [top]


    [»] Re: diff
    by beagle2 - May 13th 2001 13:44:11

    mod_snake is much more than the CGI accelerator described by the previous post. It provides complete access to the Apache internals.

    mod_snake is more low-level than mod_python. It's possible to build the mod_python user model with mod_snake, but not vice versa.

    [reply] [top]


[»] diff?
by karellen - Oct 23rd 2000 04:09:19

What are the differences between this and mod_snake? two parallel projects trying to acquire the same functionality?

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs