views:

19

answers:

1

In my project used quick search for character based send request to server , But on time the user fastly type then i got http service error So i want to know how avoid that problem or any possiable to avoid continue request to server or any message queue technical for that problem . kindly give suggestion it's helpful to all

A: 

If there is a typing delay greater that X milliseconds (e.g. 500), send the request.

thelost
What would be if the request need more than X (e.g.500) ms to get a result? I think there should be another way to solve the problem.
hering
yes , i am also agreed with hering
R.Vijayakumar