09-19-05 10:54 PM
Jim Gallacher wrote:
> Jim Gallacher wrote:
>
> I just checked the docs, and this is mentioned in the configure section,
> so do you really think it needs to go in the changes section as well? I
> think having it in the main documentation should be enough.
./configure --help
---
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-apxs=PATH Path to apxs
--with-apache=DIR Path to Apache sources
--with-python=DIR Path to specific Python binary
--with-python-src=PATH Path to Python src - required to generate documenati
on
--with-max-locks=INTEGER Maximum number of locks
--with-flex=PATH Path to specific flex binary.
Flex Version 2.5.31 or greater is required to regenerate psp_parser.c
from psp_parse.l. A prepared psp_parser.c file is included with the
source, so you will only need flex if you make changes to psp_parser.l
See the README for more information.
---
I brought up this because when configuring 3.2.2b I saw the option
--with-max-locks and remembered some talk in python-dev but I had no way of
knowing what value was the default.
I don't think it should appear in the changes page but at least in the
./configure output. A lot of people won't read the html doc (even less beca
use
it needs python-src).
Perhaps something like this would be ok for 3.2.2 final:
--with-max-locks=INTEGER Maximum number of locks [default=8]
So people will have at least an idea of the scale of this option.
>
> http://www.modpython.org/live/mod_p...#l2h
-10
>
>
> Looking at that page again makes me think it's a good candidate for
> reorganization as well. I'll add it to my list and I welcome any
> suggestions for improvements.
>
If anyone has the time it would be perfect to have a default max_locks per
system somewhere in the doc, so if I have a server dedicated to mod_python a
nd I
use linux I know my limit is X and if I use solaris my limit is Y, etc.
[ Post a follow-up to this message ]
|