Skip to content
Back to formatted view

Raw Message

Message-ID: <149DD500-EA7F-488F-855A-A9078F5646E3@r-project.org>
Date: 2013-02-17T16:57:37Z
From: Simon Urbanek
Subject: Passing R code from webpage
In-Reply-To: <1361118637555-4658839.post@n4.nabble.com>

On Feb 17, 2013, at 11:30 AM, Matevz Pavlic wrote:

> Hi , 
> 
> thanks for all the replies. 
> I'll have a good look at this FastRWeb.  Just one thing. My pages are done
> with Razor *.CSTHML. Could this be a problem for FastRWeb (and me) ;)?
> 

R doesn't care how you generate the pages - it will be just processing requests that you define on such pages. Think of it as serving R scripts by a web server - it doesn't matter how you construct the URLs/requests that reference it.

BTW: since you mentioned CSHTML  --- you'll lose a lot of benefits on Windows, so if you think of using Windows as a server, think twice ;). Pretty much all scalable solutions assume you are using unix. On Windows you'll need a pool of R instances if you want to have some illusion of scalability so it's a lot more involved and wasteful.

Cheers,
Simon



> regards, m
> 
> 
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800p4658839.html
> Sent from the R devel mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> 
>