Cc: "Jang, Darryl" <djang cybersource com>, xml gnome org
Subject: Re: [xml] I/O error : Too many open files
Date: Mon, 23 Feb 2004 15:17:10 -0800
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