DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4556>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4556

Xerces fails to locate DTD file when application has been running for awhile





------- Additional Comments From [EMAIL PROTECTED]  2003-10-21 07:14 -------
We are hitting this problem in our applications.  Xerces uses fopen to 
open local files instead of open, and as previously described there is an upper
limit of 256 file descriptors on Solaris which can't be easily changed.
                                                                                
It would seem that Xerces should be changed to use open instead of fopen.  Users
can work around the problem for files to be parsed by opening it manually and
parsing a memory buffer, but they have no control over the opening of DTDs and
other external entities.

cheers,

Graham.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to