Re: [R] Time taken to process a file after a socket connection was made

2012-02-21 Thread ilai
u think that instead of *socketConnection & readLines*, *make.socket > & read.socket* would perform better? > > Thanks and regards. > Aniruddha. > > > From: ilai To: Aniruddha Mukherjee < > aniruddha.mukher...@tcs.com> Date: 02/21/2012 10:42 AM Subject: Re: [R] > Time t

[R] Time taken to process a file after a socket connection was made

2012-02-20 Thread Aniruddha Mukherjee
Hello R people, I have created a '.csv' file of 100 rows by 20 columns whose each cell contains a random numbers between 0 & 1, thru a Java program. Once that is created a signal (just a letter) is send to the port of a socket connection at "localhost", which was earlier started by an "R" sessi