If you don't do the now() it's done by GAE at the end of the request. So the speed is no different for requests that only do one save or that send all the requests first and then do the now() on all the Future's.
If you don't do the now() it's done by GAE at the end of the request. So the speed is no different for requests that only do one save or that send all the requests first and then do the now() on all the Future's.
Hey,I'm using a TaskQueue to save about a 100 entities per task.Currently using the now() method to do this. If I were to asynchronously save without now() to speed up the process, what would happen exactly if there was a problem with persisting?Thanks--
You received this message because you are subscribed to the Google Groups "objectify-appengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appengine+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appen...@googlegroups.com.