Is there a way to decrease the time it takes when a program throws an exception to what it does when it does when throwing the error?
I have a program that pings, but if a server is timing out or unresolvable then it takes about 5 seconds to throw the exception and log the results. can this be decreased?
I have a program that pings, but if a server is timing out or unresolvable then it takes about 5 seconds to throw the exception and log the results. can this be decreased?