Thread
-
Re: [HACKERS] Query cancel and OOB data
Maurice Gittens <mgittens@gits.nl> — 1998-05-19T07:47:15Z
>Use TCP. On most modern systems (eg Linux ;-) ), TCP especially on the local >machine is very efficient. Not quite as efficient as a Unix domain socket, >but close enough that no one will notice. > Unix domain sockets are not only more efficient. They also are less of a security risk IMO. With regards from Maurice.