We have a website where the user has to enter bets into a series of textboxes on the page. As soon as a given textbox loses focus, the server is updated via ajax. In fact, we use ajaxq to avoid making more than one update at a time. Each request is 20-30 bytes. Sometimes, it takes as little as 400ms to complete the update. Sometimes it takes more than 6s (this is from the time the request is made until the response is given and has nothing to do with other requests). According to Firebug's network monitor, the queue is operating as expected. Also, in a development environment using the Django test server, we do not observe such long delays. So, we think it comes down to Apache or the host (i.e., Webfaction). We're hopeful it's the former. Thanks in advance for any assistance.

link|improve this question

75% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.