Hi Olaf,
Thanks for your feedback, much appreciated.
> Don't be fooled. R does not handle multiple requests in parallel
> internally.
I wasn't fooled, but I've added some annotations to the video at the place
I might have given the impression I was (at 4min 39sec). Later, at
5min30sec I did alr
Hi Matthew,
Excerpts from Matthew Dowle's message of Sat Jul 25 09:07:44 +0200 2009:
> So I'm looking to do the same as the demo, but with a binary socket. Does
> anyone have any ideas? I've looked a bit at Rserve, bigmemory, biocep, nws
> but although all those packages are great, I didn't
Hi,
Just look at the way Rserve wraps data and the way the Rserve client
unwraps it, and pipe the data through the svSocket instead of Rserve
communication protocols.
The command line is not blocked because svSocket uses tcl/tk event loop
for the communication.
So there are these questions
Hi r-devel,
svSocket is working well. Short demo here of using it with data.table :
http://www.youtube.com/watch?v=rvT8XThGA8o
If you maximise and press the HD button it should be readable. There isn't
any audio.
However, svSocket is currently text based IPC using dump. Is there a
solution