It isn't #1, but I bet it is #2. I'm using urllib and I didn't realize that Google had modified the library to use urlfetch underneath.
Thanks for the pointer. On Feb 27, 1:49 am, Sylvain <[email protected]> wrote: > 30 seconds response limit > ?http://code.google.com/intl/fr/appengine/docs/python/runtime.html#The... > > or the URL Fetch deadline limit (5s by > default)http://code.google.com/intl/fr/appengine/docs/python/urlfetch/fetchfu... > > Else I don't know. > > On Feb 27, 9:53 am, davenaff <[email protected]> wrote: > > > I have a simple service that requests a remote XML document, formats > > it and displays it. > > > Recently, I began to see some of the XML documents truncated. It > > consistently happens at character 1048544. This of course causes my > > SAX parser to fail. > > > In dev (using the SDK), it works fine and full documents are handled > > just fine, so this problem seems to be exclusive to the GAE production > > environment. > > > The App receives very little traffic. > > > Am I hitting some App Engine limit? Other ideas? -- 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.
