Re: Comunication protocol

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Comunication protocol
Дата
Msg-id CA+HiwqHerm071J7CRxPi3Ngt6wuxOcCeMwA6jcfz_b4HZmBpng@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Comunication protocol  (Karel Riveron Escobar <kescobar@estudiantes.uci.cu>)
Список pgsql-general
On Sat, May 18, 2013 at 1:03 AM, Karel Riveron Escobar
<kescobar@estudiantes.uci.cu> wrote:
>
> Thanks Oscar. I'm going to try your suggestion but I get a problem. I get the database server and apache server in
thesame PC because the system what I'm building is in development phase. Do you think that is a problem for wireshark? 
>
>

From the documentation link that Tom provided you might have read that
the frontend/backend protocol which the database server and clients
connecting to it use - is a message based protocol in which the
messages are exchanged over either TCP/IP connection or UNIX doman
sockets. If you configure your client to use loopback interface
(127.0.0.1) to connect to the database you would be looking at a
TCP/IP connection, so probably manageable by Wireshark. Though, I
would suggest reading the protocol description in the documentation so
that you understand distinct phases of connection and subsequent
operation over the established connection.


--
Amit Langote


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

Предыдущее
От: Karel Riveron Escobar
Дата:
Сообщение: Re: Comunication protocol
Следующее
От: Jeff Amiel
Дата:
Сообщение: Why does row estimation on nested loop make no sense to me