On 22 April 2010 23:30, Marc Perkel <[email protected]> wrote: > I'm sure it's in the docs somewhere but I can't find it. What is the > setting to allocate extra exim processes to listed for incoming > connections. I'm looking to allocate spare processes to increase > performance. > > Thanks in advance
There isn't one - Exim has one listener that forks a new process for each connection. SMTP doesn't have the real-time demands that (eg) HTTP has, so doesn't need the kind of architecture that an HTTP server has. Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
