Re: [R] Socket establishment

2010-05-26 Thread Allan Engelhardt
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

[R] Socket establishment

2010-05-26 Thread wesley mathew
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