http://bugs.winehq.org/show_bug.cgi?id=8513
Ralf Hölzemer cheleb@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cheleb@gmx.de
--- Comment #5 from Ralf Hölzemer cheleb@gmx.de 2007-11-01 09:22:54 ---
Does this break any specific application for you?
I have a related problem with CINEMA4D NET Render Client/Server on wine.
Initially, everything works like a charm. Clients connect to the Server, Server distributes Renderjobs, Clients render images and send them back to the Server.
However, there is a little catch. The Server also provides a Webpage to control the clients remotely. One of the features is a little button to restart a client (Desperately needed, because Clients tend to slow down after a long runtime).
Now, when i restart a client remotely by using the button on the webpage, it shuts down and restarts. Upon restart, it tries to reuse the (still open?) socket. Because this operation fails (Address already in use), the Client is not able to reconnect to the server.
I will attach a commented winsock debug run of the sequence above.
After closing and restarting the client on the local machine, the socket seems to be free and the connection to the server works again.
Any thoughts?