Hi Alex, Firstly, thanks for your continued efforts in answering the various questions in this and other groups.
Secondly, regarding: On 26 May 2016 at 09:04, 'Alex Martelli' via Google App Engine < [email protected]> wrote: > > Remember your App Engine app can have multiple modules -- with different > runtimes (and app instance classes!) if warranted, which includes classic > vs flex runtimes, different languages, bigger and smaller instance classes. > As long as you generally structure your app as a co-operating hive of > micro-services (and you should anyway, for many architectural reasons that > are far from exclusive to App Engine), App Engine supports you to the max > -- gives you all degrees of freedom you could possibly wish for. > I agree this is one of the most useful features of App Engine, and being able to have different runtime distinguished by URL is fantastic (e.g. followus.com runs Python GAE and followus.com/blog/ runs PHP). What we've found though is that the 10 rule limit (and the unavailability of regex in dispatch.yaml URL entries) can be limiting when trying to create these micro-services. In the past I have asked for a limit increase and have gotten it, however is there any whisper of increasing this 10 rule limit and/or bringing full-blown regex support for the URLs in dispatch.yaml? Nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOj3zuAU6ObuL2TabqFMjTnMtuED2FAukqdug12ejWEmdtK4rg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
