Hi Ikai

Not exactly

I am using this to connect to the remote_api

def connect(appid,auth_func,host):
    remote_api_stub.ConfigureRemoteDatastore(appid, '/remote_api',
auth_func, host)

Its seems you never get a handle back on which you make the call, it
just hooks up the remote data store under the hood to all the
db api methods.

Each time I was starting a new set of pushes connect was being called.
I now track if I have called ConfigureRemoteDatastore and don't call
it again.

That way the current connection is re-used.

Regards

Tim

On Dec 4, 2:06 am, "Ikai L (Google)" <[email protected]> wrote:
> Tim,
>
> Ah, great find. If I'm to understand you correctly, you were using a
> different process off App Engine to log into App Engine, hitting the login
> page N times in a span of M minutes. This resulted in you not being able to
> authenticate anymore, but after you cached the auth cookie, it started
> working fine.
>
> On Thu, Dec 3, 2009 at 3:01 AM, Tim Hoffman <[email protected]> wrote:
> > Hi Ikai

--

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.


Reply via email to