"Simon Pears" <[EMAIL PROTECTED]> writes: > Hi, > > I am considering using R to integrate with a Java application. However, > before deciding upon R I need to understand if R is capable of dealing with > multiple requests simulataneously. > > Is a single instance of R capable of dealing with multiple simulataneous > requests or does a new instance of R have to be started for each request? > > I have read Luke Tierney's 2001 notes on threading at > http://www.stat.uiowa.edu/~luke/R/thrgui/thrgui.pdf. > Have these concepts been introduced into the R engine?
Check out rserve at http://rosuda.org/Rserve/ HTH, Jens --- Jens Scheidtmann ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
