Query cancellation in JDBC

Поиск
Список
Период
Сортировка
От rsmogura
Тема Query cancellation in JDBC
Дата
Msg-id 888e9bb6bedd76e0621704f217984086@mail.softperience.eu
обсуждение исходный текст
Список pgsql-general
 Hi,

 I done in JDBC driver barrier preventing of execution of query until
 the cancel will not return, but future queries after cancellation are
 occasionally terminated.

 The query cancel sends following 16, 123456789, pid, key, flush, after
 this it tries to read EOF, I got and ignore exception "Connection reset"
 - probably OK, so query cancel finishes. The next query will not be
 executed until cancellation will end.

 I think problem can be in backend, it can signal process but it doesn't
 wait till signal is processed. I saw this on Windows 7.

 If you want I can only try to attach Wireshark frames.

 Kind regards,
 Radosław Smogura
 http://www.softperience.eu

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

Предыдущее
От: Albretch Mueller
Дата:
Сообщение: Re: Separating the ro directory of the DB engine itself from the rw data areas . . .
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Moving from SQL Anywhere to PostGres - First Time