In the next few months I will need the ability to forward requests
from a Pyramid application to another Pyramid or Pylons application
running in a separate processes. The reason for the separate processes
is they're still in Pylons or have complex dependencies and I want to
keep their code separate. The reason for the parent application is for
complex authentication.

Any ideas for how to approach this? I think a Pyramid view will be
making an HTTP request via IPC. So, urllib?

I've started using uWSGI for Apache-Pyramid communication, but that's
probably too complex for Pyramid-subapp communication. The subapp
response time does not have to be fast, since these are minor use
cases.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to