tpop3d-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tpop3d-discuss]max_running_children


From: Richard Stockton
Subject: [tpop3d-discuss]max_running_children
Date: Tue, 13 Jul 2004 11:02:37 -0700

Hi there,

In the change_log for 1.5.3 there is this line;

   Increased the default value for max-children
   from 16 to 100.

And indeed, in main.c is this line;

        max_running_children = 100;

However, in netloop.c is this line;

        int max_running_children = 16;

Is the latter a separate variable, local only to netloop?
Or is this a mistake that limits the number of tpop3d
processes that can be open at one time to 16?

TIA for any enlightenment.
 - Richard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]