On Nov 11, 2007, at 12:33 AM, Mike Orr wrote:

What benefits?  If the apps are substantially separate and you have
the freedom to mount them on different URL components ("directories"),
what benefit is there to cascading?  Are there a small number of
actions or static files they'd share?

It should also be noted that cascading has a notable performance impact. You're essentially having multiple dynamic app responses to a single request. If you have to see if 4 apps can handle the request, before the final one does, that's going to hurt in your speed.

I would highly suggest using URLMap or something to dispatch to a different WSGI app, instead of using cascading.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to