2
votes
5answers
1k views

Bounded blocking queue

Can someone please review this code for me. I have not implemented all the methods for simplicity. Original code: ...
3
votes
2answers
1k views

Robust logging solution to file on disk from multiple threads on serverside code

I have implemented a socket listener that runs on my Linux Ubuntu server accepting connections and then starting up a new thread to listen on those connections (classic socket listener approach). ...