[R] readLines and writeLines

2010-09-03 Thread raje...@cse.iitm.ac.in
Hi, I have a socket connection where I do -socketConnection -writeLines and then wait for the server to send data through the socket. so I have to wait on a readLines.But when I say str-readLines(con) it executes immediately and str gets nothing.what do i do for this? [[alternative

Re: [R] readLines and writeLines

2010-09-03 Thread David Winsemius
On Sep 3, 2010, at 8:39 AM, raje...@cse.iitm.ac.in wrote: I have a socket connection where I do -socketConnection -writeLines and then wait for the server to send data through the socket. so I have to wait on a readLines.But when I say str-readLines(con) it executes immediately and str gets