07-20-2009 08:19 AM
i'm developing a remote server on my single board rio.
the server runs in back ground.
after the connection with the client is lost or the stop button is pushed, the server stops its execution.
after a time delay the server vi is recalled and runned.
after few iteration the error 60 on create listener occours.
the same application runs well, if both client and server are on my PC.
07-20-2009 08:33 AM
Hi giac82,
do you close the connection reference after the connection is lost? You should do it, if not then maybe this port is not freed by the system and stays in use and that's what error 60 shows.
Mike
07-20-2009 09:00 AM
07-20-2009 09:02 AM
Hi giac82,
do you close it on both sides?
Mike
07-20-2009 10:42 AM
07-21-2009 02:19 AM
now i'm trying to run a simplified version of the server.
the problem is still present, but the failure rate is decreased.
what seems to me is that there is a dependecy from the "size" of code and the target machine.
on my PC the full version runs well.
on single board RIO the full version has a high failure rate
on single board RIO the simplified version has a low failure rate.
is it possible?
07-21-2009 09:41 AM