Qt Code:
  1. Hmm... You want to handle 1k simultaneous clients with hardware that has 512MB of physical memory? That is going to be quite hard.
To copy to clipboard, switch view to plain text mode 
No-no, the server where the real application will run has 4 Gb RAM and we'll add more if needed. But there are two 'small' servers that I use for basic testing, researching etc. By the way, what amount of memory in your opinion the download server should have to handle several thousands of connections?

Qt Code:
  1. Valgrind
To copy to clipboard, switch view to plain text mode 
Ok, thanks. Although appears to be difficult to understand for me.