Monthly Archives: September 2009

Benchmarking php with apc, memcached

As we are very extensively using techniques to speed up web applications we build or host, I’d like to share some benchmarks. One of our clients is running site on our machines which is using SOAP/WSDL to get data. The application is extremely slow, result are very poor. Apache is able to server this webapp [...]

Posted in php | 2 Comments

VIM macro to add changelog entry within spec file

Editing spec files is somewhat time-consuming repetitive task. It’s good to add a change log entry every time you rebuild srpm package. One can do it typing it all over the times. Someone can use the maco. I do use this one: nmap ,cl /%changelog<CR>:r!date +’\%a \%b \%d \%Y’<CR>0i* <ESC>$a David Hrbáč <my@email.tld> – Simply [...]

Posted in rpm, vim | 2 Comments