Re: [Rd] non-blocking socketConnection

2007-03-05 Thread Simon Urbanek
On Mar 5, 2007, at 12:05 PM, Chmielowski, Piotr2 [CAI] wrote: > In an R session I have > >> c <-socketConnection("localhost", port=6011, blocking=F, server=T, > open="w+") > > After I connect to the server from, say, telnet > > % telnet localhost 6011 > > the socketConnection returns and gives a

[Rd] non-blocking socketConnection

2007-03-05 Thread Chmielowski, Piotr2 [CAI]
In an R session I have > c <-socketConnection("localhost", port=6011, blocking=F, server=T, open="w+") After I connect to the server from, say, telnet % telnet localhost 6011 the socketConnection returns and gives a valid c. My problem is as follows : I would expect something like > readL