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

Re: Memory comsumption of svn

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-02-28 18:21:36 CET

On Thu, Feb 28, 2002 at 09:53:53AM -0500, Ben Collins wrote:
> Heh, 2gig file limits are way old problems for Linux :) I know it is
> still a concern on WinNT 4, and Win9[58] (maybe 2000 aswell?).

Eh, no.

I'll just point out that Linux (actually, glibc I think) still has
major problems with 64-bit files and network code.

This shouldn't be too much of a problem because BDB will try to
hide that, but APR will *not* handle large files on Linux since
they disable sendfile() with 64bit files. Since APR is
network-oriented and we like sendfile(), we don't allow 64-bit
file mode in APR on Linux. And, consequently, we've never enabled
64-bit support on Unix - only Win32 has largefile support in
APR. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

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.