[google-appengine] Re: Seeing a lot of ApplicationError 2 errors since maintenance?

2010-06-15 Thread Gavin Andresen
I'm getting spurious urlfetch.Error exceptions that say they are ApplicationError: 2 The relevant bit of python code: try: fetch_result = urlfetch.fetch(payment_server, deadline=10, method="POST", payload=secret +json_string,

[google-appengine] Re: Seeing a lot of ApplicationError 2 errors since maintenance?

2010-06-15 Thread Gavin Andresen
Oh, and forgot to mention: if it makes any difference, these are https (SSL) fetches. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, s

[google-appengine] Request log retention: are they archived at Google?

2010-10-04 Thread Gavin Andresen
I'm writing a privacy policy for a new App Engine app that I'm developing, and would like to say something specific about how long Google retains logs linking IP addresses to requests that are routed to my application. A while ago in another thread Jeff S said: "The admin console has a fixed amou

[google-appengine] torrent-server : store and serve really big files using BitTorrent

2010-01-08 Thread Gavin Andresen
I wanted to learn more about App Engine and the BitTorrent protocols, and I figured the best way to learn is by doing. So I've created 'torrent-server'; it lets you: Upload arbitrarily large files into the App Engine datastore (using a command-line python client and the App Engine remote_api, spl

[google-appengine] Re: torrent-server : store and serve really big files using BitTorrent

2010-01-09 Thread Gavin Andresen
On Jan 8, 8:04 pm, OvermindDL1 wrote: > Oh that is fascinating, could definitely cut down on bandwidth costs > if they share with each other too.  Do you throttle the server so it > does not send at max speed so the clients are more apt to get from > each other? No, I don't implement any kind of