View Single Post
  #8  
Old 09-23-2008, 12:34 PM
renoofturks1
Sarnak
 
Join Date: Jan 2008
Posts: 60
Default

Quote:
Originally Posted by ChaosSlayer View Post
check if rule is False and skip the code
OR
Run the code

somehow it feels that skiping the code should save you more CPU time than runing it.
Why I do not disagree, skipping the function would speed things up. What about when it is not skipped? I may be mistaken, but doesn't that involve a call to MySQL to get the rule? Or does it store them somewhere else at start-up? So, every time someone make's a hit, it calls MySQL, checks the rule, then parses the DMGB code? Correct me if i am wrong?
Reply With Quote