[EMAIL PROTECTED] said: [snip] > ---------------------------------------------------------------------- > paul - 29-Nov-04 20:09 CET > ---------------------------------------------------------------------- [snip] > As an optimization future-reference: The perfect fix would be to call > db_getmailbox *only* in case of an invalid range condition. Perhaps we > should start thinking about some kind of mailbox-level ipc notification > mechanism so any child can always tell for sure if the internal > representation of the mailbox is still up-to-date.
Putting a mechanism in place for the daemons and their children to notify one another of various events would be pretty neat, but I don't think we could extend it across several servers without major headaches. We'd end up with a DBMail Daemon daemon coordination communication between the machines and then passing messages along to the affected daemons on each machine. Aaron