I need a progress indicator that shows the progress of a parser that writes the progress to a db. I have several other examples of the need of informing the users of proress. I will not put the parser in background process, as I think there should be a more simple solution, considering all the code that needs a background process for this solution to work Could one use a remote ajax call to start the e.g the parser and then onBefore call and Ajax function that asks the server about the progress as defined in the db
Is this a possible approach? I so what Ajax function that asks the server about the progress should be used? Are better solutions? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

