search for: asynchronouse

Displaying 1 result from an estimated 1 matches for "asynchronouse".

Did you mean: asynchronous
2006 Aug 06
1
periodically_call_remote forces asynchronous to true?
...evalScripts:true})}, 2) //]]> </script> If I understand correctly, setting asynchronous to true means that if one request takes longer than 2 seconds, the next request will continue anyways. I want them to happen in order. Therefore, I want to make asynchronous false. I tried passing :asynchronouse => false in the options and got no such luck. Any help is greatly appreciated. -- Posted via http://www.ruby-forum.com/.