scicloj / clojisr

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

ensure locking when talking with an Rserve #40

Closed daslu closed 4 years ago

daslu commented 4 years ago

In the main place we use it, we use a lock: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/impl/rserve/java.clj#L41

But there are some parts of the Session implementation that do not go through that entry point: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/impl/rserve/session.clj#L23

daslu commented 4 years ago

Related discussion: https://clojurians.zulipchat.com/#narrow/stream/204621-r-interop/topic/alternatives.20to.20Rserve/near/188821420

genmeblog commented 4 years ago

1.0.0-BETA8-SNAPSHOT