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
2010-08-13 08:21:56
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
2010-08-13 11:01:27
yes , i am also agreed with hering
R.Vijayakumar
2010-08-14 10:51:14