On 21 April 2011 10:00, Pale Horse <[email protected]> wrote: > It'd be interesting and useful for me to have your input on this: > > Currently I have a basic rails app that does nothing particularly > special. > > I want to be able to upload an XML file to a directory and schedule my > application to parse this XML file to a database every ~15 minutes.
What is the point of scheduling the parse every 15 minutes, would it not be better to do it just when the file is uploaded, triggered by the upload rather than a timer? Colin -- 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.

