Hi,

if found that the easiest way for me doing CGI with R was
using the RSPerl package. So i could do all the CGI related things
in Perl and call R functions from Perl to do the statistics.
You can get RSPerl from http://www.omegahat.org.

If loading the data each time gives a performance problem,
i guess that you could use RSPerl together with fastcgi,
so the R initialization and loading the data would happen only
once. If you try this, i would be very interrested in your experiences.

The RSPerl package is somewhat outdated, but it worked well together
with R 1.6.0 (i didn't try newer versions).

Christian :-)



David Firth wrote:
On Wednesday, May 5, 2004, at 18:09 Europe/London, foobar wrote:

Hi R-helpers

Has anyone had any experience doing CGI or Servlets or using an httpd server in R?



yes. See the R FAQ, section 4. (Or maybe you already have, in which case I misunderstood the question...)


Best wishes,
David

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to