[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-19 Thread PK
Just writing to report that I have not tried any of the new features but at a minimum my regression tests passed. Thanks and keep up the good work!! PK www.gae123.com On Mar 16, 8:31 pm, Jason (Google) apija...@google.com wrote: Hi Everyone. Just a quick note that we just uploaded pre-release

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-19 Thread ryan
On Mar 17, 4:29 pm, Alkis Evlogimenos evlogime...@gmail.com wrote: Strong means all replicas will have the updates after a write returns and all reads after the write will see those updates. On Mar 17, 7:24 pm, Nickolas Daskalou n...@daskalou.com wrote: According to the post mortem from the

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-19 Thread ryan
btw, i just wrote a related post on why we're offering these options at all: http://groups.google.com/group/google-appengine/browse_thread/thread/a7640a2743922dcf#388f334236edaeaf -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

Re: [google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-19 Thread 风笑雪
I hope urlfetch can support the default ftp port (21), and increase the max response size to 10MB. -- keakon -- 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

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread Tristan
App Engine Java SDK - Release Notes Version 1.3.2 = - New API to read the contents of uploaded Blobs (fetch_data) http://code.google.com/p/googleappengine/issues/detail?id=2536 - URLFetch now supports accessing ports 80-90, 440-450, and 1024-65535 - Mail API now allows common

Re: [google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread Prashant Gupta
any update on blob store access/quota for free accounts ? -- 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, send email to

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread George Moschovitis
Seems like a *great* release! -g. -- http://www.appenginejs.org On Mar 17, 9:07 am, Tristan tristan.slomin...@gmail.com wrote: App Engine Java SDK - Release Notes Version 1.3.2 = - New API to read the contents of uploaded Blobs (fetch_data)    

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread bFlood
agreed, some great stuff in there! congrats! On Mar 17, 5:39 am, George Moschovitis george.moschovi...@gmail.com wrote: Seems like a *great* release! -g. --http://www.appenginejs.org On Mar 17, 9:07 am, Tristan tristan.slomin...@gmail.com wrote: App Engine Java SDK - Release Notes

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread prgmratlarge
What are strong vs consistent reads? On Mar 16, 11:31 pm, Jason (Google) apija...@google.com wrote: Hi Everyone. Just a quick note that we just uploaded pre-release 1.3.2 SDKs for Python and Java to our Google Code project page: http://code.google.com/p/googleappengine/downloads/list Both

Re: [google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread 'Αλκης Ευλογημένος
Strong means all replicas will have the updates after a write returns and all reads after the write will see those updates. Consistent (or eventually consistent) means that all replicas will eventually have the updates after a write and some reads after the write will see stale/previous versions

Re: [google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread Nickolas Daskalou
According to the post mortem from the last outage, the eventually consistent option will have higher latency (=bad) than the strongly consistent option, in exchange for higher availability during an unexpected failure (=good). From the post mortem: In response to this outage, we have also

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-16 Thread mb
Wow, this is a substantial release! App Engine Python SDK - Release Notes Version 1.3.2 = - New API to read the contents of uploaded Blobs (fetch_data) http://code.google.com/p/googleappengine/issues/detail?id=2536 - URLFetch now supports accessing ports