Re: [Rd] Non-blocking Eval

2010-08-11 Thread Matthew Dowle
How exactly do I go about attaching to the session again? I know it >> involves some form of session key that comes back from the detach call, >> but what from does it take? And how do I use this? >> Thanks AgainMartin >>> Subject: Re: [Rd] Non-blocking Eval >

Re: [Rd] Non-blocking Eval

2010-08-11 Thread Philippe Grosjean
a via CMD_detachedVoidEval as you suggested. How exactly do I go about attaching to the session again? I know it involves some form of session key that comes back from the detach call, but what from does it take? And how do I use this? Thanks AgainMartin Subject: Re: [Rd] Non-blocking Eval

Re: [Rd] Non-blocking Eval

2010-07-20 Thread Simon Urbanek
for the result and only come back later to collect the result. Cheers, Simon PS: please continue the discussion on stat-rosuda-devel as that is the correct place. > Thanks AgainMartin >> Subject: Re: [Rd] Non-blocking Eval >> From: simon.urba...@r-project.org >> Date: Mon

Re: [Rd] Non-blocking Eval

2010-07-20 Thread Martin Kerr
s you suggested. How exactly do I go about attaching to the session again? I know it involves some form of session key that comes back from the detach call, but what from does it take? And how do I use this? Thanks AgainMartin > Subject: Re: [Rd] Non-blocking Eval > From: simon.urba...@r-project

Re: [Rd] Non-blocking Eval

2010-07-19 Thread Simon Urbanek
On Jul 19, 2010, at 10:58 AM, Martin Kerr wrote: > > Hello, > I'm currently working with the C++ version of the Rserve Client as part of a > student project. > Is there an implementation of a non-blocking interface to Rserve in C++? I > can find one via the Java JRI but no equivalent in C++. (

[Rd] Non-blocking Eval

2010-07-19 Thread Martin Kerr
Hello, I'm currently working with the C++ version of the Rserve Client as part of a student project. Is there an implementation of a non-blocking interface to Rserve in C++? I can find one via the Java JRI but no equivalent in C++. Thanks __