mysql, ror, future web, optimization, scalability, cloud computing, web 3.0

Posts Tagged ‘tuning’

Improving linux IO performance

1. Mount options: use noatime Most Linux server machines can do without last access time modified for every file and each directory which is being read. So I’ll just go ahead and re-quote for the nth time what Linux Kernel developer Ingor Molar has to say to emphasize the point. <Quote> i cannot over-emphasise how [...]