search for: thesess

Displaying 1 result from an estimated 1 matches for "thesess".

Did you mean: theses
2010 Aug 17
1
DetachedEval Issues
...Eval functionality and I am having a few teething issues. My code 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 fac...