2) "Server check mode"
I have list of over 500 servers. Some of them may not connect
or be passworded. I want to remove such servers from list.
Idea: Server check mode.
Code: Select all
begin
Loop through all servers in list
Try to connect for some time (example 1 minute)
If connected succesfully - continue
If not connected - mark or remove from list
If connected but required password - mark or remove from list
end loop;
end;