hi jozef Jozef Wagner wrote:
So, should I just set bigger heap for jvm or current spi2dav prototype does not support large data? I need to send files as large as 200MB.
you are basically asking whether spi2dav should support large data, right? so i'd say yes... but i wouldn't be surprised if it doesn't :). a possible way improve this would be to make usage of the global data store (JCR-926). i didn't take a closer look at it so far... but i figure out that creating and retrieving the corresponding property item could only use a reference to the data store, while a separate implementation of the qvaluefactory could take care of writing/reading to/from the data store. but that's (up to know) only a very rough draft. the benefit would obviously be, that reading the property would be separated from reading the binary value and we could avoid the xml-bodies transporting binary values. angela