Why do you need to load that much data into memory on each request if you are creating a dictionary you could
1. create model entities for each dictionary and load them as required by their key 2. preprocess the text files into dictionary code and import them T On Mar 17, 9:59 pm, Nora <[email protected]> wrote: > Hello, > My application needs much time to load some text files into > dictionaries in memory. I am unable to load all the data because of > the request time limitation. Is there another way of getting around > this? > > Thank you very much. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
