Re: Hibernate over postgresql

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Hibernate over postgresql
Дата
Msg-id CADK3HH+_Ha1fNVwuD1OeYJGHpbu5yfeWH-sCeEWue=uhDwR88g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hibernate over postgresql  (amithbm <amithbm@gmail.com>)
Ответы Re: Hibernate over postgresql  (amithbm <amithbm@gmail.com>)
Список pgsql-jdbc
There is no way to do this through hibernate. 

This is an O/S, and or possibly a vm setting.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On 12 June 2014 06:45, amithbm <amithbm@gmail.com> wrote:
Stephen Nelson wrote
> Try getting the output of:
>
> cat /proc/sys/net/ipv4/tcp_low_latency
>
> for both systems. This gives a hint to the TCP stack to enable = 0 or
> disable = 1 Nagle's algorithm.

I tried this and it didn't have any effect. This setting only gives a hint
like you mention to the TCP stack. But is there way you can completely
disable TCP_NODELAY, either through hibernate or in the OS?




--
View this message in context: http://postgresql.1045698.n5.nabble.com/Hibernate-over-postgresql-tp5806233p5806979.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

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

Предыдущее
От: amithbm
Дата:
Сообщение: Re: Hibernate over postgresql
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problem with prepareStatement and Statement.RETURN_GENERATED_KEYS in PostgreSQL JDBC driver 8.4