Re: [xml] I/O error : Too many open files



Ops, never used these myself :) In the light of Daniel's correction the last paragraph
from my previous email should say:

Assuming that your program does close *all* the opened files, there is not much you can
do about this except to re-write either
    1) non-LibXML2 related code and minimize the number of FILE* objects used
or
    2) LibXML2 related code and use file descriptor based IO functions.

Aleksey

Daniel Veillard wrote:
On Mon, Feb 23, 2004 at 02:27:45PM -0800, Aleksey Sanin wrote:
  
Unfortunately, LibXML2 provides FILE* based API interfaces. Assuming 
    

  Well, there is file descriptor based ones too:

  


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]