I’m sorry but that is not correct. If you have a “server process” that handles 
requests for 1000’s of clients - terminating the process due to an 
exception/panic easily leads to a DoS attack. The bad actor only needs to send 
similar requests infrequently to affect thousands of users - especially with 
round-robin servicing - you can take down 1000’s of servers with 1:1 requests.

> On Feb 24, 2021, at 4:04 PM, Kevin Chadwick <m8il1i...@gmail.com> wrote:
> 
> On February 24, 2021 8:00:36 PM UTC, Robert Engels <reng...@ix.netcom.com> 
> wrote:
>> Depending on other infrastructure that can easily lead to easy DoS
>> attacks. 
> 
> Utter nonsense, more likely the opposite, if any difference at all.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/82940662-0589-4C68-AE4A-72AB0DBC36D3%40gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/7E95DC15-29E9-436C-9667-A9B7B67A312C%40ix.netcom.com.

Reply via email to