#8925: Confusing text in "Running a development server with mod_python"
------------------------------------+---------------------------------------
Reporter: tofu | Owner: nobody
Status: closed | Milestone: post-1.0
Component: Documentation | Version: 1.0
Resolution: invalid | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by arien):
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
The comment refers to setting `MaxRequestsPerChild` to `1` in your Apache
configuration to avoid having to restart the server.
This directive determines the number of requests that an Apache child
process will handle before it dies; setting it to `1` will cause Apache to
fork a new child process for every request (reloading everything), greatly
degrading performance.
The comment about revoking your (fictitious) Django privileges is a
humorous way of saying that doing this is a bad idea in a production
environment.
Closing as invalid.
--
Ticket URL: <http://code.djangoproject.com/ticket/8925#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---