Skip to content

Latest commit

 

History

History

dude-my-computer-cannot-count

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Remember the times when every website had a counter? A friend of yours runs one of those sites.

But, as his site gains popularity, he observes some strange behavior: Sometimes, when there are many users accessing his page, the counter does not represent what he can get from the access logs.

Knowing your programming skills, he asks you to investigate. You look at his code and immediately see what's wrong: his VisitorStatistics implementation is not thread-safe.

"No big deal," you tell him. "I'll fix it in no time!"