On 11 Feb 2011, at 11:21 AM, Jan Agermose wrote: > was just not sure if I should understand it as MQ or as some mail queue thing > :)
No the mail queue feature is different, The MQ is actually AMQP based message queue. > > but from MailScanner its still a socket to a Perl thing, that puts it in a > sql database, correct? Yes thats still a socket to DB, as a child gets forked to handle that it does not cause a bottle neck yet, am not planning to change that to MQ yet. How ever i am working on a fault tolerant quarantine / archive system for this i will use MQ as well. > Where does the MQ come in? Releasing mails and learning and stuff like this? Yes, It is used for tasks that take long to run, like learning 50 messages at ago, the MQ will also help with running distributed setups (each node will have its own queue) -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

