Mark Leeds
2006-Jan-06 18:06 UTC
[R] Using R in a production /real time windows environment
I just had a question for anyone who has done this. I am currently using R in a research environment but I was wondering if anyone has had experience using it in a production/real time environment where data is coming in quite quickly ( every second or so ) and things have to be calculated quickly and sent back out to some kind of front end.GUI environment Was this successful or difficult and how did one make the connection between R and the real time data. Thanks. Mark ********************************************************************** This email and any files transmitted with it are confidentia...{{dropped}}
bogdan romocea
2006-Jan-06 19:02 UTC
[R] Using R in a production /real time windows environment
See this thread, https://stat.ethz.ch/pipermail/r-sig-finance/2005q4/000568.html You could also have R query a real-time database (via RMySQL, ROracle etc) every few seconds.> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Mark Leeds > Sent: Friday, January 06, 2006 1:06 PM > To: R-Stat Help > Subject: [R] Using R in a production /real time windows environment > > > I just had a question for anyone who has done this. > I am currently using R in a research environment > but I was wondering if anyone has had experience using > it in a production/real time environment where data > is coming in quite quickly ( every second or so ) and > things have to be calculated quickly and sent > back out to some kind of front end.GUI environment > > Was this successful or difficult and how did > one make the connection between R and > the real time data. Thanks. > > Mark > > > > > > > > ********************************************************************** > This email and any files transmitted with it are > confidentia...{{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >