[GENERAL] Re: [GENERAL] Re: [GENERAL] postgreSQL multithreading

2008-03-30 Thread postgre
Craig Ringer <[EMAIL PROTECTED]> wrote: Past discussion here suggests that the backends are strictly single threaded. While you might be able to use multiple threads - I don't know - I expect you'd need to protect all SPI access by a lock that serialized everything anyway. Doing it external

[GENERAL] Re: [GENERAL] Re: [GENERAL] postgreSQL multithreading

2008-03-30 Thread postgre
A. Kretschmer <[EMAIL PROTECTED]> wrote: > Maybe a solution. > > Please, learn to quote. Sorry for the quoting. I guess this probably won't be OK too :-) Strange thing about this is that there is no simple way to use more CPUs for one function. It can be done with external functions but why