Re: Stats collection on Windows

Поиск
Список
Период
Сортировка
От stephen joseph butler
Тема Re: Stats collection on Windows
Дата
Msg-id f107df20604050713l5809358fq37c1a03de4d6ece7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Stats collection on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
2006/4/5, Tom Lane <tgl@sss.pgh.pa.us>:
What happens if process Y goes away between the time you obtain a
handle for it and the time you try to run this DuplicateHandle call?

The structures for a process should remain as long as there are any open HANDLEs, even if the process has ended. Threads behave the same way, which is why a creator needs to remember to always close the HANDLE returned from CreateThread.

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Stats collection on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: commit callback, request