Hi Graham,
Graham Dumpleton wrote: > On 10 July 2010 20:43, Gelonida <gelon...@gmail.com> wrote: >> Hi, >> >> >> I'm working on a few .wsgi scripts, which shall be running on a few >> different servers. >> >> All but one suport mod_wsgi. >> The last one supports only mod_python. >> >> Is there any trick, such, that I can run my wsgi scripts on this server? > > See: > > > http://www.aminus.org/blogs/index.php/2005/11/06/wsgi_wrapper_for_mod_python?blog=2 Thanks a lot. I'll lokk at it tomorrow. > > It isn't the only WSGI adapter for mod_python out there. > >> Would the penalty be huge? > > The overhead is more: > > http://code.google.com/p/modwsgi/wiki/PerformanceEstimates > > In the context of a fat web application that may make little difference > though. Nice article. It helps to understand the penalties. In my case even cgi might be sufficient. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to modw...@googlegroups.com. To unsubscribe from this group, send email to modwsgi+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.