Re: one word fulltext matching problem...

2002-11-11 Thread Bjorn Palsson
At 15:36 2002-11-10 -0800, you wrote: From: A. J. Maclean [EMAIL PROTECTED] I have a query like this: SELECT * FROM bc_posts WHERE MATCH (post_city, post_location, post_details, post_message) AGAINST ('webster'); I get the results as follows: webster hall webster webster hall club How come

Locking is hard!?

2002-11-04 Thread Bjorn Palsson
Hi! I have a rather large problem. I run a multi-process-robo-data-collector wich are connected to a single database. To make things faster, it runs on several machines leeching on the processor-power that machines can spare. The problem is to make them do diffrent things all the time! This is a