oh _the_ Matt Foster ! i'm very much aware of your blog and i'll take this opportunity to thank you for sharing what you share -- it's been an inspiration
finally I ended doing something similar to what you mentioned, i just named my constant: TOLERANCE_RATIO where 0 : no tolerance : timeout will be kept as is 1 : 100% tolerance : will append the whole cumulative timeout of its active predecessors cheers -- mona [email protected] On Thu, Apr 16, 2009 at 9:27 PM, Matt Foster <[email protected]> wrote: > > Yeah I'd say thats a pretty good approach, if you've got 8 active > requests then the timeout duration of the 9th should be affected by > the number of currently active predecessors. I'd do something in the > onCreate method to just set the instance's timeout universally instead > of trying to micromanage each. > > onCreate : function(request){ > request.options.requestTimeout = Ajax.activeRequestCount * > SOME_CONSTANT; > } > > > I've also done some work with enhancing prototype's Ajax.Request to > accommodate for timeout functionality, have a peak at your > convenience. > > http://positionabsolute.net/blog/2008/07/prototype-ajax-request-timeout.php > > > > > On Apr 15, 3:13 pm, Maarten <[email protected]> wrote: >> Hi mona, >> >> I don't mean this in a negative way, but what exactly are you doing? >> Just out of curiousity. >> >> Other than that, have you tried passing the Ajax requests into >> different objects? >> >> Maarten > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
