Tagged Questions
0
votes
1answer
121 views
Large, high performance object or key/value store for HTTP serving on Linux
I have a service that serves images to end users at a very high rate using plain HTTP. The images vary between 4 and 64kbytes, and there are 1.300.000.000 of them in total. The dataset is about 30TiB ...
12
votes
5answers
4k views
I'm designing a system to handle 10000 TCP connections per second, what problems will I run into?
I have a relatively new 8-core box running CentOS. I would like to develop a stats server that uses TCP. It's very simple, it accepts a TCP connection, increments a counter and closes the connection. ...