[Soap-Python] gist: 1242760 Unable to run with Django

Michael Wood esiotrot at gmail.com
Wed Mar 14 12:31:26 CET 2012


On 14 March 2012 13:11, azurIt <azurit at pobox.sk> wrote:
>
>>That's not quite true.
>>
>>Using WSGIApplicationGroup %{GLOBAL} is one possible solution, but it
>>can also cause problems.
>
> What problems?

See this for example:

http://stackoverflow.com/questions/3405533/problem-using-wsgiapplicationgroup-global-in-apache-configuration

>>Another possible solution is to use WSGIDaemonProcess as mentioned in
>>the article that Burak linked to.
>
> This is not true. You have to use %{GLOBAL} also when using WSGIDaemonProcess. If you are running several applications using lxml, create several WSGI processes (one per app).

OK, it seems you would need WSGIApplicationGroup (but it's not clear
to me that it MUST be %{GLOBAL}).

-- 
Michael Wood <esiotrot at gmail.com>


More information about the Soap mailing list