[R] Socket establishment

Allan Engelhardt allane at cybaea.com
Wed May 26 16:16:16 CEST 2010


Presumably nothing is accepting connections on port 9754.  Unless you've 
got a server listening for connections there, then this is the expected 
behaviour.  (If you wanted to write a server then, obviously, use 
server=TRUE.)  If there is a server, then it is probably not working.  
Very unlikely that this is a R problem.

Hope this helps a little.

Allan

On 26/05/10 15:05, wesley mathew wrote:
> Dear All
>
> I have some doubt about socket establishment. I am sending this question
> again. Sorry to bothering you a lot.
> Example : make.socket(host = "localhost", port=9754, fail = TRUE, server =
> FALSE)
> *Error in make.socket(host = "localhost", port = 9754, fail = TRUE, server =
> FALSE) :  socket not established
> *Can anyone please  help me to solve this error.  Any help would be highly
> appreciated.
> Thank you very much
> Kind Regards
> W. C. Mathew
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list