| 8 | | mod_python, available at http://www.modpython.org/ , is similar to |
|---|
| 9 | | `mod_perl`_ : It embeds Python within Apache and loads Python code into memory |
|---|
| 10 | | when the server starts. Code stays in memory throughout the life of an Apache |
|---|
| 11 | | process, which leads to significant performance gains over other server |
|---|
| 12 | | arrangements. |
|---|
| | 8 | mod_python is similar to `mod_perl`_ : It embeds Python within Apache and loads |
|---|
| | 9 | Python code into memory when the server starts. Code stays in memory throughout |
|---|
| | 10 | the life of an Apache process, which leads to significant performance gains over |
|---|
| | 11 | other server arrangements. |
|---|
| | 12 | |
|---|
| | 13 | .. _Apache: http://httpd.apache.org/ |
|---|
| | 14 | .. _mod_python: http://www.modpython.org/ |
|---|
| | 15 | .. _mod_perl: http://perl.apache.org/ |
|---|