http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11974
--- Comment #14 from Petter Goksøyr Åsen <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
