FYI. The Apache 2.3 development trunk has added new Simple MPM. It is
described as:

"""The Simple MPM aims to create a single MPM, that runs on all modern
Unix and Win32 platforms, by using APR as much as possible.

The Simple MPM core run loop revovles around a Poll CB event system, with
timers being built in.  When an event, either an IO or Timer is ready to run,
it is dispatched to any available threads in the currrent process."""

This will be a choice like prefork or worker, it is not in
experimental directory.

Will be interesting to see what this really offers and whether it
works with mod_wsgi.

Do note that to use Apache 2.3 you must use mod_wsgi trunk from
subversion as tarball versions will not work due to slightly different
behaviour of apxs in Apache 2.3.

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to