You might try switching the call to jQuery.post and see if you get the
same result.  Is there any code you can post?

On Oct 22, 2:28 pm, Thadeus Burgess <[email protected]> wrote:
> I have a controller function that returns a number, representing the seconds
> until something will happen, this gets returned with JSON.
>
> When using jQuery.ajax() to the URL of this function, it recieves a 503
> temporarly unavailable.
>
> However, if I take that same url, and paste it into firefox and send it will
> respond with the correct response.
>
> Now the thing is, this site is getting quite popular, I have a counter on
> the page keeping track of an item, when that item counter reaches to 0 it
> makes an ajax request to get the new time.
>
> Everybody on the page will have the same timer, and so they are all making
> the ajax request at the same time possibly?
>
> However, watching about 20, not even one went through. I can sit there and
> refresh firefox over and over again during times the ajax gets called, and
> my firefox requests always go through.
>
> Anybody have any ideas on what could be causing this?
>
> -Thadeus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to