[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is it possible to rewrite mod_dav_svn as an FastCGI script?

From: Jon Bendtsen <jbendtsen_at_laerdal.dk>
Date: Mon, 6 Jul 2009 16:55:34 +0200

On 06/07/2009, at 16.27, Carlos Beppler wrote:

> On the users list there is a thread called "Installing Subversion
> Under Windows Server 2008 and IIS". The last message on that thread is
> an request to expose the Subversion server functionality (mod_dav_svn)
> as FastCGI, than the Subversion servers can run on Windows with IIS
> (and Linux with Apache and LightHTTPd).
>
> Is this possible? How difficult is this to implement?

I dont know, but if you or someone else implement it, PLEASE do not
close open file descriptors in the stupid way it is done now. (or was
done since i dont run 1.6.latest_fresh_from_trunk).

But at the moment on Linux it closes open files like this:

close_file(0)
close_file(1)
close_file(2)
...
close_file(#limit_of_open_files)

Sometimes this limit is 2^32 files, which makes it SLOOOOW.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368395
Received on 2009-07-06 16:55:58 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.