[HACKERS] Question about Threads

2003-11-08 Thread Leon Oosterwijk
All, I'm working on a school project that involves genetic algorithms. We thought it would be neat to parralelize the genetic algorithm in postgresql's query optimiser. We used pthreads and are able to spawn threads to deal with the query optimization, however on exit of the thread the postmaster

Re: [HACKERS] Question about Threads

2003-11-08 Thread Leon Oosterwijk
BUG1, "geqo: thread %d is better than thread %d ", i, best_so_far); best_so_far = i; } } Leon > -Original Message- > From: AgentM [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 08, 2003 4:01 P