And here is the list of links that interested me recently:
- Mysql: when we migrate from MyISAM to InnoDB, the same question always pop up: what to do with select(*) query ? Shinguz has the answer !
- Chrome: how chrome prefetch internet page before you press enter.
- Doom 3: an incredible work by Fabien Sanglard who made a complete source code review of idTech4 engine.
- The C10K problem: " It's time for web servers to handle ten thousand clients simultaneously". Nice idea, hard challenge. This link help us to know how to do it.