Re: HEADS UP: Win32/OS2/BeOS native ports

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: HEADS UP: Win32/OS2/BeOS native ports
Дата
Msg-id 200205091348.g49DmXf01318@saturn.janwieck.net
обсуждение исходный текст
Ответ на Re: HEADS UP: Win32/OS2/BeOS native ports  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> "Igor Kovalenko" <Igor.Kovalenko@motorola.com> writes:
> > I was talking about named pipe vs UDS socket...
>
> Aren't those the same thing?  You get a socket file either way.
   No  they  are  not.  The  former is a FIFO file, the latter a   socket.   FIFO's  can  be  used  via  open(2),
sockets  via   connect(2).   And as said before, FIFO's are there since UNIX   Version 7 (at least, I haven't been
aroundbefore  that).  So   there  is  a  good  chance  that these are available on every   UNIX.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Regression tests and NOTICE statements
Следующее
От: mlw
Дата:
Сообщение: Re: How much work is a native Windows application?