21 Mar
2014
21 Mar
'14
1:06 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11974 --- Comment #14 from Petter Goksøyr Åsen <boutrosboutrosboutros@gmail.com> --- I could't find out how to actually sniff traffic from an unix domain socket. But it's easy to monitor tcp traffic with tcpdump. And if you monitor the port specified in koha-conf.xml, default to 3306, you'll see that nothing is passing through; 0 packets, 0 bytes. So this leads me to conclude that the documentation is correct; DBI is using the unix socket when connecting to localhost. I agree that the patch does no harm though, even if the performance gain is due to placebo :) -- You are receiving this mail because: You are watching all bug changes.