All the time. I think about this stuff for every new feature that needs implemented server-side. Our system is very read-heavy(posts need to be circulated into different feeds for users), and all the mysql joins were…
At least 3 different classes had me using threads at some point(c, pthreads library). I had to write 2 different web servers. Both were multi-threaded. One had to serve static files from a directory, the other needed to…
All the time. I think about this stuff for every new feature that needs implemented server-side. Our system is very read-heavy(posts need to be circulated into different feeds for users), and all the mysql joins were…
At least 3 different classes had me using threads at some point(c, pthreads library). I had to write 2 different web servers. Both were multi-threaded. One had to serve static files from a directory, the other needed to…