yamo' wrote:
At starting of flnews, it is blocked : it waiting a reply of an
inaccessible server.
Status : Busy / Refreching subscribed newsgroups
It should be configurable or by default small enought maybe 5 seconds.
I have tried to reproduce this with multiples setups and compared the
behaviour with a connection via telnet:
Server name cannot be resolved
==============================
| $ telnet news.example 119
| news.example: No address associated with hostname
flnews error messages on terminal:
|
| flnews: INET: getaddrinfo() failed
| flnews: INET: No address associated with hostname
| flnews: NNTP: Cannot connect to server
| [Second attempt]
No significant delay/blocking was observed.
Server name can be resolved, but no NNTP service available ==========================================================
| $ telnet Server 119
| Trying 192.168.199.123...
| telnet: Unable to connect to remote host
flnews error messages on terminal:
|
| flnews: INET: Connection refused
| flnews: NNTP: Cannot connect to server
| [Second attempt]
"Server" was an existing internal Server without NNTP service.
No significant delay/blocking was observed.
Server name can be resolved, no NNTP service, no connection reset =====================================================================
| $ telnet www.google.com 119
| Trying 172.217.168.228...
| [Delay]
| telnet: Unable to connect to remote host
flnews error messages on terminal:
|
| [Delay]
| flnews: INET: connect() failed
| flnews: NNTP: Cannot connect to server
| [Second attempt]
Server has not refused the connection here.
connect() failed after timeout of the operating system.
The observed delay for flnews was twice as long (because of the second attempt).
While waiting for the connection the thread for the GUI was not blocked.
It was possible to terminate flnews via GUI (or with Ctrl-C via SIGINT).
Conclusion:
Does not look wrong in general. flnews behaves similar to other
programs (but retry after first error).
Can you confirm that the problem you have falls into the third category
above?
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)