On Aug 22, 1:01 am, "Ken Kuhlman" <[EMAIL PROTECTED]> wrote:
>
> 1.1 branch:
> This branch is solid & is ready to be released ASAP. Doing it soon
> is important because it's been too long since the Kid->Genshi and
> SO->SA default template announcements were made. More than anything
> else, this has contributed to the perception that TurboGears is
> stalling and is reason enough to push this release out the door.
>
> Fortunately, there's a lot of other goodness in 1.1, too:
>
> ...
>
> * (#1919, chrisz) Fix handling of SCRIPT_NAME in WSGI environments.
> No more workarounds for mod_wsgi!
>
> * (#85, me) Improved SQLObject cache clearing for added safety with
> multiprocess web servers. The mod_wsgi TG integration page bashes us
> for this, too.
Can someone give me some guidance on what changes/comments I should
make on mod_wsgi documentation about TurboGears so I aren't seen to be
bashing up on TG too much. :-)
Seems like all I need to say is that in TG 1.1 you will not need to
do:
turbogears.config.update({'global': {'server.webpath': '/mysite'}})
as will now automatically honour SCRIPT_NAME.
Also that with TG 1.1, it should be okay to run a multi process server
and so embedded mode or multi process daemon mode is fine. In other
words, not restricted to using just:
WSGIDaemonProcess site-1 threads=25
WSGIProcessGroup site-1
Does that sum it up?
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---