Perrin Harkins wrote: > On 8/14/07, Manoj Bist <[EMAIL PROTECTED]> wrote: >> Is it possible to change the stack size in mod_perl(Similar to ulimit -s >> unlimited etc.)? > > The stack size? What are you trying to do? I'm not aware of anything > special about stack size in mod_perl that would be different from any > other compiled C program.
http://httpd.apache.org/docs/2.2/mod/quickreference.html ^F stack > Also, why do you mention threads? Are you running a threaded MPM? > Unless you're on Windows, I'd advise you to run prefork. Few issues here running threaded, but that depends on a host of other decisions (ancient library bindings, different host contexts, etc).
