Tagged Questions
3
votes
3answers
327 views
Short unique IDs
I'm designing a HTTP-service, with capacity of up to 500 million requests per day (served by more than one independent machine).
For each request I have to generate unique ID and return it to user. ...
0
votes
4answers
457 views
Library to create high-performance server applications
I remember finding a C++ (or maybe plain C) library which does thread pooling, socket polling and other stuff, needed to write a high-performance server on Linux. (And this library was not Boost ...