On Sat, 5 Jun 2004 20:22:51 -0400 "Theo Van Dinter" <[EMAIL PROTECTED]> wrote:
> We don't do threads in SA. I'm not really sure what else you'd mean by > "SMP-aware". I can give an example: One way to integrate SA into procmail is to use: :0fw: spamassassin.lock | /home/user/sausr/bin/spamassassin If the lock is removed then multiple messages can be processed at the same time. Thus, the operating system may execute multiple instances of perl's interpreter for each spamassassin execution. Or am i wrong somewhere here? My only asumption is that perl's interpreter won't streamline execution within a single process or thread.
