[appengine-java] Re: 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Marcel Overdijk
We have released an experimental utility, available in the Admin Console, to assist in migrating your application to the High Replication datastore. Does this mean I can migrate existing app to HRD from MS? I don't need to backup any data so can I just switch to HRD? Looking into the admin

Re: [appengine-java] 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Matthew Jaggard
Regarding the index selection shown here: http://code.google.com/appengine/articles/indexselection.html is it possible / required to put the query in the right order to get the best performance? For example, if I have a lot of black and white photos and just a handful of panoramic ones, does the

[appengine-java] Re: Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-11-01 Thread Daniel
Thanks for the suggestions, Ian's sounds unrealistic (to me at least) Ronaldo, could you please explain more about the method you are using? or post some references/url's so i could read some more? Thanks! On Oct 30, 10:33 am, Ian Marshall ianmarshall...@gmail.com wrote: You might want to

[appengine-java] Re: Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-11-01 Thread Ronoaldo José de Lana Pereira
Daniel, To convert old session data I started to persist just the user Id in session. Sadly, unlike memcache, you can't control how the session is deserialized. In my case, any request with has the old user data in session was throwing 500 erros and I couldn't control this behavior (it was a

Re: [appengine-java] 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Alfred Fuller
The order of the filters does not have an effect on the performance (the zigzag algorithm we use does not give preference to any index scans it is performing). On Tue, Nov 1, 2011 at 2:45 AM, Matthew Jaggard matt...@jaggard.org.ukwrote: Regarding the index selection shown here:

[appengine-java] Re: No bytes available in doPost

2011-11-01 Thread Rune Nielsen
Hi Dick, Your suggestions did the trick - thanks ever so much! Sincerely, Rune Nielsen On Oct 27, 9:39 am, Dick Larsson dicklars...@gmail.com wrote: In method uploadAvatarImage you call for the inputStream before you have sent your bytes to the server. Please try this instead os.flush();

[appengine-java] DataNucleus App Engine Plugin v2.0.0-RC1 available for testing

2011-11-01 Thread Max Ross (Google)
JPA 2, JDO 3, unowned relationships, and tons of bug fixes. https://plus.google.com/102837845875216819095/posts/9U9VFWqhPx7 -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] Re: Strange behavior with OpenID

2011-11-01 Thread Miguel
Yes thank you again Jose, probably there was a misunderstanding in my last post: I was thinking about the session in my web-app (Google App Engine) and not in OpenID providers! Thanks Michele On Oct 31, 11:47 am, Jose Montes de Oca jfmontesde...@google.com wrote: Hi Miguel, I do not think you

[appengine-java] Is it suggested to use DatastoreMutationPool

2011-11-01 Thread Miguel
.. in normal writes to datastore? Or it is suggested only in using with mapreduce? http://code.google.com/p/appengine-mapreduce/source/browse/trunk/java/src/com/google/appengine/tools/mapreduce/DatastoreMutationPool.java I was thinking about a persistence layer who writes on memcache and append