> I'm running multi-app nodes behind some subscription servers and need to > support path based routing. I understand that the first element of the > path can be specified in the subscription key once 2.1 is released > (mointpoints), but is there something I can do before then? Can the > subscription server use routing? > >
Not without adding another layer: httprouter -> uwsgirouter -> uwsgi and this is suboptimal from a performance point of view. Take in account 2.1 is pretty solid, its first rc should be out next month, so you should not have problems using it. -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
