Home » U++ Library support » U++ MT-multithreading and servers » skylark meet strange problem
|
Re: skylark meet strange problem [message #46649 is a reply to message #46648] |
Tue, 21 June 2016 22:50   |
|
Hi akabee,
Are you sure there is nothing else listening on that port? On Linux you can check with command like this: "netstat -ntlp | grep <port>".
From my experience, the most common cause for this is that I forget about an instance of my program I launched earlier Or that I killed it improperly, so that some of the processes stay active and still listen on the port.
Best regards,
Honza
|
|
|
|
Re: skylark meet strange problem [message #46652 is a reply to message #46651] |
Wed, 22 June 2016 07:13   |
|
Have you tried that netstat command I posted? What port number do you use? Note that ports less then 1024 require extra permissions. So if you have a lower port, you would have tu run your application as root.
Honza
|
|
|
|
Goto Forum:
Current Time: Fri May 09 20:27:04 CEST 2025
Total time taken to generate the page: 0.00353 seconds
|