[google-appengine] Re: Centralized logging to cloud storage

2013-12-27 Thread timh
You still have to wait. >From a code point of view it might look like you are doing an async write, not waiting and sending a response back , but you will find the response is held until all outstanding rpc's are resolved. On Saturday, December 28, 2013 3:54:22 AM UTC+8, Chad Vincent wrote

[google-appengine] Re: Centralized logging to cloud storage

2013-12-27 Thread Chad Vincent
While Vinny probably has the better option, if you wanted something without a rolloff and search options, I would use Objectify and make a LogEntry object. Just parse the request, build the object, tell Objectify to write it asynchronously, and return. Should be fast and reliable, but without