| От | Peter Eisentraut |
|---|---|
| Тема | Re: localpipe |
| Дата | |
| Msg-id | 200602271831.17873.peter_e@gmx.net обсуждение |
| Ответ на | Re: localpipe (Andreas Pflug <pgadmin@pse-consulting.de>) |
| Список | pgadmin-hackers |
Andreas Pflug wrote: > Hm, easily mixed up with localhost, which uses a socket too. But we > don't have the space for 'local unix socket' either. The official terms are such that sockets in the file system namespace are AF_LOCAL (or AF_UNIX), and sockets in the Internet namespace are AF_INET. So using "local (domain) socket" or "Unix (domain) socket" would be reasonable. (Both are used by PostgreSQL.) A pipe on the other hand is created by the pipe() function and does not have a socket or a namespace since it is internal to the creating process, which is the distinguishing characteristic between a pipe and a socket. -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgadmin-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера