Re: [mp2] default values for PerlInterp directives?

2002-12-06 Thread Andrzej Jan Taramina
from scr/modules/perl/modperl_config.c: void *modperl_config_srv_create(apr_pool_t *p, server_rec *s) { [...] scfg-interp_scope = MP_INTERP_SCOPE_REQUEST; /* XXX: determine reasonable defaults */ scfg-interp_pool_cfg-start = 3; scfg-interp_pool_cfg-max_spare = 3;

[mp2] default values for PerlInterp directives?

2002-12-05 Thread Andrzej Jan Taramina
Does anyone know what the default values are (that is, if you don't specify them) for the PerlInterpX directives? I can't find this info anywhere in the docs... PerlInterpStart PerlInterpMax PerlInterpMinSpare PerlInterpMaxSpare PerlInterpMaxRequests PerlInterpScope Thanks! Andrzej

Re: [mp2] default values for PerlInterp directives?

2002-12-05 Thread Stas Bekman
Andrzej Jan Taramina wrote: Does anyone know what the default values are (that is, if you don't specify them) for the PerlInterpX directives? I can't find this info anywhere in the docs... PerlInterpStart PerlInterpMax PerlInterpMinSpare PerlInterpMaxSpare PerlInterpMaxRequests