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
>
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
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
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
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++.
(
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
__