Message-ID: <4F3870D6.3090305@dcook.org>
Date: 2012-02-13T02:09:26Z
From: Darren Cook
Subject: [Rcpp-devel] RInside and multi-threading
In-Reply-To: <4F37829C.2030008@dcook.org>
> I took it to mean it forks per connection. The quote below is talking
> about threads in a client application sharing a connection to an Rserve
> server. Assuming I didn't misunderstood that much, it implies R can
> handle non-eval commands in parallel, ...
Ah, I see my misunderstanding: eval() also covers simple read-only
commands. I.e. there is no such thing as a non-eval command :-).
Darren