blocking function in PL/Python

Started by Ottavio Campanaover 19 years ago2 messagesgeneral
Jump to latest
#1Ottavio Campana
ottavio@campana.vi.it

suppose we have a stored procedure written in PL/Python.

What happens if the function blocks for a while?

Does the server still works for the other clients?

#2Richard Huxton
dev@archonet.com
In reply to: Ottavio Campana (#1)
Re: blocking function in PL/Python

Ottavio Campana wrote:

suppose we have a stored procedure written in PL/Python.

What happens if the function blocks for a while?

Does the server still works for the other clients?

Yes. Each client has its own backend process.

Although, if you've taken locks that might block other clients.

--
Richard Huxton
Archonet Ltd