message size and checking speed |
Post Reply |
Author | |
MarvinFS
Guest Group |
Post Options
Thanks(0)
Posted: 15 May 2003 at 12:37pm |
Roberto, i'm curious what to do with big size messages? As u know i have 2 regexps in FROM: b/l and 2 in TO: b/l, also my FROM: b/l is 1.6 megs with overall 61000 entries, so.... any suggestions... or may be u have plans to optimize regexps performance somehow? may be the size of messages is the cause of those lockups? |
|
LogSat
Admin Group Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
Post Options
Thanks(0)
|
Message size should only matter if you also have huge keyword lists. If your keyword file is 10KB-20KB, it can take 5-10 seconds to scan for hundreds-thousands of keywords in a single email. Multiply that by the concurrent connections and the wait time will add up. How large is your keyword file? For the regexps, we tried to optimize the searches by using regex searches only for the line in your lists that has a regex expression. Any other text that is not regex will be searched using regular text search, which is much faster. To be honest we have not done much testing on local lists that are as big as yours, we'll do so shortly. Roberto |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.219 seconds.