mod_python + wsgi mercurial application and in-process hook question

Dirkjan Ochtman dirkjan at ochtman.nl
Tue Sep 14 12:51:08 CDT 2010


On Tue, Sep 14, 2010 at 18:58, Berkes Adan <adam.berkes at intland.com> wrote:
> The question is: Is this way safe if two requests arrive at the same time to
> the same repository in apache? So more technically: is all such requests are
> going to be served by a separate process from mercurial perspective so the
> enviroment variables is going to be isolated even when a hook is called?

I think you'll be fine, but I'd advise you to not use mod_python. It
is unmaintained and slow. Use mod_wsgi instead.

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list