At 09:49 26.02.2003, {R}ichard Ashton said:
--------------------[snip]--------------------
>Do you think that:
>
>if (preg_match($re, $posting, $hits)) would slow it down at all. The
>$buzzwords will be kept in a file to be loaded before each run, every 5
>minutes. I could therefore keep a count of which words hit most
>frequently and move them to the top of the list.
--------------------[snip]-------------------- 

If you have a lot of buzzwords I believe this could make quite some
performance impact.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to