How long can rails keep Ajax open

Posted by Alexey on Stack Overflow See other posts from Stack Overflow or by Alexey
Published on 2013-06-26T15:10:15Z Indexed on 2013/06/26 16:21 UTC
Read the original article Hit count: 187

Filed under:
|
|

My application is suppose to constantly update the page without any user interaction. The criteria is that the page just has to be there, as an extra window on the monitor so the user can see the information get updated real time.

I'm using the Ajax in jQuery with Rails, and my question is - how long will the .erb page keep Ajax open? Will there be a point where I have to refresh the page or re-initialize? Or will that won't be a problem at all?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about jquery-ajax