It probably has to do with loading requests. Does your app take a long time
to load?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Aug 9, 2011 at 9:49 AM, WillSpecht <willspe...@gmail.com> wrote:

> I am have created a search bar similar to facebook that shows you
> names and pictures as you type into a search bar.  e.g. typing jo
> would bring up a drop down of "John Smith" and "Michael Jordan".  This
> works really well on the development server, and even works really
> well in production, when the user searches immediately after loading
> the page.  If I wait on the page, say 30 seconds to a min.  Then try
> and use the search bar, it takes a very long time to show the
> results.  Sometimes as long as 15 seconds, when it used to be
> immediate.  Can someone explain what is going on here.  Is there any
> way I can keep this request hot?  My search bar implements the JQuery
> autocomplete bar and uses Jquery ajax gets to fetch the results.
>
> --
> 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-java@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.
>
>

-- 
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-java@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.

Reply via email to