From 9b9f6aed67ed1fc629cf536dcb03ab4d5583884c Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 12 Oct 2022 12:59:33 +0100 Subject: [PATCH] docs(localhost): add notice on how to use siege tool --- subjects/localhost/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index f8a42bd9..b888e7d0 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -76,6 +76,8 @@ In the file you should be able to specify the following: - Test possible memory leaks before to submit the project. - Once again, the server should never crash and never leak memory. +> Attention: `siege` is a stressing tool, use it ONLY to test your own server. Do **NEVER** use it on any server/website without the owner's permission. If you do so you would have illegally DDoSed a server and could face serious troubles. + ### Bonus - Handle at least one more `CGI`. - Rewrite the project in another programming language (can be `C++` or `C`).