Hello experts,
I have a red5 server (JAVA) running on my Linux server.
Sometiles, the server shuts down. When I try to restart it I got an error:
"Binding error, this port is alerady in use".
So I try to kill the server with killall -9 java and try to restart the server: same error.
I have to wait for a while (about 2-3 minutes) and restart it again: that works.
I just need to know why when I kill the process I still have to wait 2-3 minutes before port 1935 is free and I can run the server again.
Is there a way to kill this process immediatly and free the port ?
regards