Does plpython support threading? - Mailing list pgsql-hackers

From Jinhua Luo
Subject Does plpython support threading?
Date
Msg-id CAAc9rOx0cWj_CwZ8ZueksPmGeegm+uioDiF7=FnXGYjoEn+W7g@mail.gmail.com
Whole thread Raw
Responses Re: Does plpython support threading?
List 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 by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Using quicksort for every external sort run
Next
From: Tomas Vondra
Date:
Subject: Re: Explanation for bug #13908: hash joins are badly broken