Re: [Rd] Using TCP/IP sockets in R

2006-08-16 Thread Jeffrey Horner
Mark Schultz wrote: > Hi All: > I've examined the R documentation on sockets and while I can probably > figure it out with a bit of experimentation, I wondered if anyone has > some sample code they could send me. I'd like to use R > as a statistics server to python clients. Is ist possible to hav

Re: [Rd] Using TCP/IP sockets in R

2006-08-16 Thread Philippe Grosjean
There is also svSocket in the SciViews bundle. ..<°}))>< ) ) ) ) ) ( ( ( ( (Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut University, Belgium ( ( ( ( ( .

Re: [Rd] Using TCP/IP sockets in R

2006-08-16 Thread Barry Rowlingson
Dirk Eddelbuettel wrote: > Are you aware of Simon's Rserve project at http://www.rosuda.org/Rserve/ ? > It already has Java and C++ client code -- it would be nice if you could > add Python client code to this project. I dont think its feature-complete or well-tested or documented and certainly

Re: [Rd] Using TCP/IP sockets in R

2006-08-15 Thread Dirk Eddelbuettel
On 15 August 2006 at 14:31, Mark Schultz wrote: | Hi All: | I've examined the R documentation on sockets and while I can probably | figure it out with a bit of experimentation, I wondered if anyone has | some sample code they could send me. I'd like to use R | as a statistics server to python cl

Re: [Rd] Using TCP/IP sockets in R

2006-08-15 Thread Greg Snow
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Schultz Sent: Tuesday, August 15, 2006 12:32 PM To: R-devel@r-project.org Subject: [Rd] Using TCP/IP sockets in R Hi All: I've examined the R documentation on sockets and while I can probably figure it out w

[Rd] Using TCP/IP sockets in R

2006-08-15 Thread Mark Schultz
Hi All: I've examined the R documentation on sockets and while I can probably figure it out with a bit of experimentation, I wondered if anyone has some sample code they could send me. I'd like to use R as a statistics server to python clients. Is ist possible to have a multithreaded server in R?