[Koha-bugs] [Bug 11974] Enable unix socket connections for database connections.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 21 09:06:44 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11974

--- Comment #14 from Petter Goksøyr Åsen <boutrosboutrosboutros at 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.


More information about the Koha-bugs mailing list