Skip to content
Prev 8724 / 398502 Next

R as a daemon?

on Wed, Jan 03, 2001 at 11:05:46AM +0000, MJ Ray (mjr at stats.mth.uea.ac.uk) wrote:
EOFs were my first concern.  Keeping the workspace clean my second.

If the daemon is serving requests from multiple clients, you have to
start thinking about security models.  Otherwise, an option would be to
create a per-client bidirectional client.  I think the "persistant
companion process" model is the way I'd like to fly.  Not really a true
daemon, more a helper app.  Simplifies the problem and should suffice.