[tpop3d-discuss]max_running_children

Richard Stockton tpop3d at richardleestockton.org
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