The timeout is happening on the nginx that is hosting static content.
I'm not entirely sure why, but I have figured out a way to properly
handle the view.  Instead of having ajax replace part of the page I'm
just going to have it check a session key that I will have the loop
update.  I probably should have thought of that before.

On Jan 13, 4:38 am, Daniel Roseman <roseman.dan...@googlemail.com>
wrote:
> On Jan 13, 2:53 am, Adam Tucker <adam.j.tuc...@gmail.com> wrote:
>
> > I am working on a site where a page is loaded which replaces part of itself
> > with another view using a simple ajax replacement (the load funciton in
> > jQuery.) The view that is called iterates a loop anywhere from 3 to 10 times
> > before getting to a render_to_response.  Unfortunately, the view pulls data
> > from a very slow source which I can't control, so a single interation can
> > take up to 30 seconds to complete, and after 60 seconds it times out.  I am
> > looking for some pointers on ways that I could work around this, either by
> > returning partial data at each iteration or some other method. Thanks!
>
> The basic jQuery.ajax() method has an optional timeout parameter which
> allows you to increase the default timeout on a per-request 
> basis:http://docs.jquery.com/Ajax/jQuery.ajax#options
> Does that help?
> --
> DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to