Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through

Поиск
Список
Период
Сортировка
От Marc Herbert
Тема Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through
Дата
Msg-id khjirr9t5z7.fsf@meije.emic.fr
обсуждение исходный текст
Ответ на Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
Ответы Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through  (Arnaud Lesauvage <thewild@freesurf.fr>)
Список pgsql-odbc
Arnaud Lesauvage <thewild@freesurf.fr> writes:

> O B a écrit :
>> You may try "ethereal" which can give you more details than the TCP
>> dumps with a structured view of packets and protocol layers.
>
> The included dumps *are* ethereal dumps, actually.

I think Olivier was talking about ethereal the browser, not about
ethereal the capture front-end.


> There must be a reason why psqlODBC sets a different RWIN than the
> other frontends (psql and pgAdmin), but I don't know which one.

By the way this is the receive buffer size on the _client_, right? (I
would be surprised that this indirectly changes server settings...)


On linux you can trace/check all modifications of the buffer sizes
like this:

 strace -e trace=setsockopt testcode


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Building the psqlODBC enhanced branch (Linux)
Следующее
От: Marc Herbert
Дата:
Сообщение: Re: ANSI and Unicode driver