Re: [HACKERS] Threaded Python vs. PostGreSQL plpython

2003-03-25 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Shridhar Daithankar <[EMAIL PROTECTED]> typed: > On 24 Mar 2003 at 11:45, Mike Meyer wrote: Just to clarify, the current situation is that I have things working, but I also have a libpython.so that isn't threaded. I'm not happy about the latter, a

[HACKERS] Threaded Python vs. PostGreSQL plpython

2003-03-23 Thread Mike Meyer
Ok, I was a good boy and tried -interfaces first. No answer. I'm trying to get a functioning version of plpython on FreeBSD, while using python from the ports system. The problem is that the ports system build python with thread support. postmaster doesn't have thread support, so when the libpyth