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

Re: file-descriptor of tmpfile?

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-29 02:42:51 CET

Philip Martin wrote:

>Kevin Blaisdell <blaisdellk@yahoo.com> writes:
>
>
>
>>After a large import to subversion I get the following
>>message late in the "transmitting" stage.
>>
>>svn: Bad file descriptor
>>svn: Couldn't get file-descriptor of tmpfile.
>>
>>I haven't seen anything looking wrong in the apache
>>logs or elsewhere that I am aware of on the system
>>(Solaris server / w2k client).
>>
>>
>
>I think it's the way the Subversion client uses file descriptors, but
>no Windows user ever confirmed my hypothesis:
>
>http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=31077
>
>

We do indeed use too many file descriptors, but that hasn't been a
problem on Windows since I rewrote the code to use Neon's content
provider callbacks. Since then, we always use the OS's file handles,
which are in unlimited supply (well, limited by available memory).

Kevin, which version of the client are you using?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 29 02:43:32 2003

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.