Displaying 1 result from an estimated 1 matches for "hdlc_process".
Did you mean:
dec_process
2010 Aug 17
1
DetachedEval Issues
...e works fine when tested with both the Client and the Server on a single machine, but issues arise when I run them separately.Possibly because the local / local connection is running voer a Unix socket rather than tcp proper?
Rsession* theSession;theSession = rc->detachedEval("source(\"hdlc_processing.r\")");delete rc;
rc = new Rconnection(theSession);rc->connect();
Owing to firewall issues I am having to make use of an ssh tunnel for the connection, hence the manual override of the port number.Thus I am in fact using this:
Rsession* testSession = new Rsession(theSession->hos...