> I'm curious about the following: is it possible that the instance of a
> mailet (or matcher) is executed more than once concurrently?

Absolutely!  Each spooler thread runs independently, so if you have multiple
messages ready for processing, the pipeline will have multiple threads at
different points in the flow.  It is absolutely possible to have multiple
threads calling the servicing entry point.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to