>> You'll lose a bit of performance > > I don't think scan times will be affected much, but starting up a new worker is likely to > be much slower because instead of just a fork(), it will involve a > fork() and an execve() of Perl. Makes sense. I believe by default it kills/starts a fork every 500 messages. And that process is what will take the hit.