Windows 2000 'hanging' IP ports

Vlad Dumitrescu (EAW) Vlad.Dumitrescu@REDACTED
Mon Feb 3 16:38:57 CET 2003


Hi,

I think the server and the client are deadlocked. The client loops inside clientping, and the server inside serverping, waiting for the other to talk. 

At startup, you use 
    gen_tcp:send(Socket,"go ahead server"),
to get things started, but this isn't the case after the server restarts. I think that just letting the server say something will break the lock.

regards,
Vlad



More information about the erlang-questions mailing list