Re: Beginning tuning

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Beginning tuning
Дата
Msg-id 47322D1C.4040405@opencloud.com
обсуждение исходный текст
Ответ на Beginning tuning  ("Phillip Mills" <pmills@systemcore.ca>)
Список pgsql-jdbc
Phillip Mills wrote:

> (Regarding the main problem, none of my threads are reported in a
> blocked state, leading to my focus on I/O.)

BTW, this is because Sun JVM thread dumps and JVMPI/JVMTI generally
consider a thread currently in a native method to be "running"
regardless of what it's actually doing. In the case of a network read
(implemented as a native method), it's actually most likely to be
blocked in the kernel waiting on more data from the server. Makes for
fun when profiling, I've had to build tools to explicitly exclude "is
probably blocked" native methods from profile results to get anything
useful on systems that are mostly I/O bound :(

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Beginning tuning
Следующее
От: Daniel Campelo
Дата:
Сообщение: Re: Schema in URL