> There's a limit to the number of handlers you can define in app.yaml. > IIRC, it's about 100.
Oh, I was only referring to matching URLs passed to webapp.WSGIApplication (Python). I'd just say you don't need to worry about that. You need *a lot* of URL patterns for the matching process to be noticeable. -- rodrigo -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
