Does plpython support threading?

Поиск
Список
Период
Сортировка
От Jinhua Luo
Тема Does plpython support threading?
Дата
Msg-id CAAc9rOx0cWj_CwZ8ZueksPmGeegm+uioDiF7=FnXGYjoEn+W7g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Does plpython support threading?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

In my plpython function, I create new thread to do some routine works.
But I found the thread doesn't work, it would run a while, but
suddenly pause and stop working. For example, I write a test dead loop
to print something to file, but it would stop printing after some
time.

I am wondering whether plpython supports threading or not.

Regards,
Jinhua Luo



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Using quicksort for every external sort run
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Explanation for bug #13908: hash joins are badly broken