I have created a separate process for R.NET to which my main application communicates.
I am using Microsoft's WCF "self-hosted" server. WCF stands for "Windows Communication Foundation".
WCF is capable of of several local and remote protocols including HTTP.
After defining the ifterface following the WCF rules, I run a utility program "svcutil" which generate the client code that I inseert into my application.
I was able to create a remote R host with only a day or two of effort.
Chaeck it out.
I am using Microsoft's WCF "self-hosted" server. WCF stands for "Windows Communication Foundation".
WCF is capable of of several local and remote protocols including HTTP.
After defining the ifterface following the WCF rules, I run a utility program "svcutil" which generate the client code that I inseert into my application.
I was able to create a remote R host with only a day or two of effort.
Chaeck it out.