Re: [google-appengine] Effectively Parallelizing Fetches (with pictures, yay!)

2010-05-04 Thread Patrick Twohig
Ah, thanks Nick! I actually started to implement some of those changes, but ended up getting sidetracked with other things, but I'm starting again on it. Will probably have more questions later :) On Tue, Apr 20, 2010 at 4:23 AM, Nick Johnson (Google) < nick.john...@google.com> wrote: > Hi Patr

Re: [google-appengine] Effectively Parallelizing Fetches (with pictures, yay!)

2010-04-20 Thread Nick Johnson (Google)
Hi Patrick, Good questions! On Tue, Apr 20, 2010 at 12:57 AM, Patrick Twohig wrote: > Hi All, > > As I understand it, the process of performing a single fetch (call to > get()) from the dastastore using a key basically involves finding the host > housing the entity, opening a socket, fetching t

[google-appengine] Effectively Parallelizing Fetches (with pictures, yay!)

2010-04-19 Thread Patrick Twohig
Hi All, As I understand it, the process of performing a single fetch (call to get()) from the dastastore using a key basically involves finding the host housing the entity, opening a socket, fetching the data, and then cleaning up the connection. So to fetch something like 30 entities from the d