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.

Reply via email to