Windows and hgserve

Jérôme Godbout jerome at bodycad.com
Mon Jan 4 15:16:21 UTC 2016


Hi,
I have a cgi enabled setup that work but the performance are abysal
(awaited, but this is really slow, even for a single user browsing the
code, even pushing a tag taken 30 sec, look like something is timeouting or
something, not sure what may cause this, it work but it's really slow). I'm
trying to get it to work with wsgi, but I run into problem to get a working
environment setup. Here's my problem:

   - Windows 8.1 64 bits
   - Python 2.7.X 64 bits (limited by mercurial module)
   - Apache 2.4.18 64 bits (not sure the VC version used to compiled it, I
   think it was VC9, they no more make any binary below VC10, so I took the
   one from https://www.apachehaus.com/cgi-bin/download.plx
   - Python Mercurial modules up to date (VC9)

My problems is the VC version mismatch and limitation to VC9 (I have access
to VC13 and VC14 here).

Anybody have a pregen binary location for Apache 2.4.x 64 bits VC9
mod_wsgi? this VC versioning limitation is a real nightmare because the
mercurial module is still stuck in python 2.7 which is VC9 (I can
understand the performance and things have been hard to port to python 3,
but it have a really annoying side effect).

I wish I could be on Linux but in this case I can't sadly.
Jerome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial/attachments/20160104/de95a98e/attachment.html>


More information about the Mercurial mailing list