Tagged Questions

3
votes
3answers
370 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. ...