I have written a botnet type thing in Python, and I am not sure how to start this, but here it goes:
When a client connects to my server it makes a new thread for said client. So if I have 100 bots I will have ~100 threads running. Is that, umm, good? Like can my computer handle that?
*I will post the code later, as I am not on my computer atm*