s-u / REngine

General Java interface to R supporting multiple back-ends such as JRI and Rserve
Other
67 stars 47 forks source link

Rserve: assign(String,String) works only for payload < 16Mb #4

Open s-u opened 10 years ago

s-u commented 10 years ago

It is hard-coded to use short headers and thus doesn't work beyond 24-bit payload. Apparently some people assign even bigger strings so it should be changed to use long headers if the payload is too big.

s-u commented 8 years ago

It is also true for other functions, see https://github.com/s-u/Rserve/issues/67

Lu2017 commented 7 years ago

hi @s-u , is there any limit for assign(String,String[])?