in reply to mod_perl 1.0 or 2.0

What do you want to do with mod_perl? Are there any features in Apache or mod_perl 2 that you would find helpful? There's no correct version: it depends on what you want to do.

Version 2 is stable, but not yet released because the Apache API is still changing. This means you need to make slight chanages to your code between releases, which can be inconvenient. Most of the work going into mod_perl is for version 2: Version 1 is stable, mature and unlikely to change much.

If you're not already aware of it, take a look at the mod_perl Web site.

Replies are listed 'Best First'.
Re^2: mod_perl 1.0 or 2.0
by chromatic (Archbishop) on Jul 11, 2004 at 17:02 UTC

    I was under the impression that, while the mp2 API may change, the main work right now is finishing the test suite before the release. I doubt the API will change for the kinds of things the original poster will do in the near future.