linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03269
[Bug 716632] Re: DC++ 0.781 can't open large filelist
Instead of slurping the entire 322MB file into a string, then parsing
that string manually using a homegrown XML parser, wouldn't it make more
sense to use a SAX-based XML parsing library that can read the
file/network stream and parse it? This would reduce the memory
requirements and improve the performance. Just a thought.
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/716632
Title:
DC++ 0.781 can't open large filelist
Status in DC++:
Invalid
Bug description:
Several users in our hub have reported they can't open a large
filelist, it starts to expand the folders and then stops with the
following errormessage: 268435352: Greater than maximum allowed size.
The filelist is about 73 MB in size.
It seems to work in other clients, DC++ seems to be the only affected
client, not sure whether older versions are affected.
It's also possible to decompress the filelist and then open it in
Notepad, and as far as I can se the xml seems to be ok.
If you need the filelist, let me know.
References