Archive for August 26th, 2008

DSDM: another agile method

Tuesday, August 26th, 2008

read a wikipedia entry on DSDM (Dutch). Another agile development method comparable to scrum.

MySQL optimization & Security

Tuesday, August 26th, 2008

NOTE: should do a MySQL optimization roundup on my servers. Increase table_cache and open_files_limit. Check balance between global and per thread buffers. Check key_buffer_size. Check tmp_table_size and max_heap_table_size. Check relation between ulimit -n, that is standard set to 1024, but in my.cnf it is set to 8000 or something. Parameters to check: key ...