scicloj / clojisr

Clojure speaks statistics - a bridge between Clojure to R
https://scicloj.github.io/clojisr/
Eclipse Public License 2.0
147 stars 9 forks source link

Separate session from Rserve server #46

Open genmeblog opened 4 years ago

genmeblog commented 4 years ago

We need to separate rserve server process from it's connections. Such decoupling will allow to create multiple connections/sessions to the same server without need of creating separate processes. Each session can be run on different thread or future (I can imagine 'session on demand': open, calculate, close).

daslu commented 4 years ago

Sounds good! Needs some thinking ..