On Sun, Jan 11, 2009 at 4:40 PM, Tycon <[email protected]> wrote: > > Does WSGI support remote processes (e.g. on other machines) ? If not > then it's a dead end for scalability. I don't see any reason to use > proprietary protocol when more standard ones exist. I'm only talking > about the spec for daemon mode, not the rest of WSGI call spec. >
wsgi != mod_wsgi. WSGI is a python protocol for app-app communication and contrary to proprietary it is today probably the most used "standard" in python's web development. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
