On Thu, Apr 08, 2004 at 11:18:43AM -0500, Luke Tierney wrote:
> If you absolutely have to use the socket approach you will probably
> have to track down the particular reason for this failure in your
> environment by looking at what is going on under the hood and checking
> the pieces.  The master sets up a server socket, the slave noted
> connect to that socket, and for some reason the first read on that
> connection seems to be failing.  It could be a timing issues--you may
> need to adjust socket timeouts, it could be a permission or firewall
> issue; hard to tell without experimenting.
> 
> You are probably better off using the PVM version if at all possible.
> Overall it more solid than the socket version and likely to have fewer
> issues.

er, due to some historical reason, we want to use socket instead of
MPI or PVM. My friend and I will trace the socket code and see how
to solve this problem. If there is anything new, i'll post here.

Regards,
Rong-En Fan

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to