[google-appengine] Re: 1.3.8 and merge-join index requirements

2010-11-01 Thread Yogesh Agarwal
Dear Ikai,

Any idea on when can we expect a release that will have next gen
queries implemented?

 We are writing lots of code for ensuring all indexes according to
current requirement of query resolver in google app engine. Google app
engine release supporting next gen queries will make all that code
unnecessary. Any information on tentative date of release with next-
gen query feature will be highly appreciated.

Regards,
Yogesh
Daffodil Software
applanes.appspot.com

On Oct 16, 2:19 am, Ikai Lan (Google) ikai.l+gro...@google.com
wrote:
 1.3.8 didn't change any of these requirements. They're still pending.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine







 On Thu, Oct 14, 2010 at 8:30 PM, Jamie H ja...@mhztech.com wrote:
  After hearing that 1.3.8 removed some index requirements, along with
  watching the exciting google IO video on next gen queries, I have been
  preparing for this release... However, the change to index
  requirements does not seem to be live yet... am I correct ?

  --
  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+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[appengine-java] Re: AppEngine gets very slow when not used for some time

2010-05-24 Thread Yogesh Agarwal
Memcache is shared across instances, automatically it is available as
a service you do not have to load it just.  User it straight away to
store or access object in memory.

Thanks,
Yogesh

On May 22, 9:37 pm, Rahul rahul.jun...@gmail.com wrote:
 Chau,

 Thanks for pointing to the link. I did go through the link and i
 think, what i thought was right.
 Also i was going through the following point in the section you
 provided : How can I speed up loading requests?  and the second
 point mentioned is Share expensive initialization between JVMs. For
 example, put data which is expensive to read or compute into memcache,
 where it can be quickly read by other JVMs during startup. so in this
 scenario where do you load this memcache so that it can be shared
 between the jvm instances.

 Any pointers or clues highly appreciated.

 Thanks,
 Rahul

 On May 22, 10:51 pm, Chau Huynh cmhu...@gmail.com wrote:





  It seems like loading 
  request...http://code.google.com/appengine/kb/java.html#What_Is_A_Loading_Request

  On Sun, May 23, 2010 at 4:55 AM, Rahul rahul.jun...@gmail.com wrote:
   I have an application running on appengine and no doubt it works
   great. but when the application is not used for some time. it goes
   very slow.
   Suppose i don;t use the application for around 5 hours or so, then
   next time when i try to use it, the response is very slow. Is there
   any thing specific which i am missing in adding application to
   appengine.

   Any clues are pointers are highly appreciated.

   Thanks,
   Rahul

   --
   You received this message because you are subscribed to the Google Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

  --
  You received this message because you are subscribed to the Google Groups 
  Google App Engine for Java group.
  To post to this group, send email to google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to 
  google-appengine-java+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine for Java group.
 To post to this group, send email to google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.