LeonXtp / musikcube

Automatically exported from code.google.com/p/musikcube
Other
0 stars 1 forks source link

make musik::core::xml parser and writer send/recieve bigger packages #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should add a flush method to the xml::Writer and make it create bigger tcp 
packages. Maybe set a max packetsize and it will flush automatically when 
size has been reached or when calling flush.

Making tcp packages bigger will most likely improve query speed.

Original issue reported on code.google.com by onne...@gmail.com on 17 Oct 2008 at 6:29

GoogleCodeExporter commented 9 years ago
At the same time separating the stream from the parser/writer to be able to 
make 
other types of xml streams like reading from file or http (using a wrapper for 
FileStream).

Original comment by onne...@gmail.com on 8 Jan 2009 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by onne...@gmail.com on 11 Jan 2009 at 6:16