<div class="gmail_quote">On Wed, Aug 4, 2010 at 9:29 AM, Jorge Williams <span dir="ltr"><<a href="mailto:jorge.williams@rackspace.com">jorge.williams@rackspace.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">Can you configure WSGI to split things up as needed for a particular deployment(?)</div></div></blockquote><div> </div><div>WSGI itself doesn't provide that (it just defines an interface for dispatching/receiving requests) but we can build that if it hasn't already been built by someone solving the same problem (which I'd bet dollars to donuts someone has.)</div>
<div><br></div><div>Perhaps a deployment configuration file could specify which layers go in which order and which ones get stacked in a single server. Then to start a server the command would be something like</div><div>
<br></div><div>proxyserver --wsgi-layers-top-down=some.wsgi.app,another.wsgi.app,yet.another.wsgi.app</div><div><br></div><div>Just came up with this so maybe there's a better way.</div><div><br></div><div>Michael</div>
</div>