From: Anton K. <ak...@de...> - 2010-09-25 01:32:09
|
You probably expect this: (during touch /db/test/t5 using davfs2) 2010-09-25 04:03:48,194 [eXistThread-23] DEBUG (MiltonResource.java [authorise]:337) - User anton is authorized to write resource /db/test 2010-09-25 04:03:48,209 [eXistThread-23] DEBUG (MiltonCollection.java [createAndLock]:265) - /db/test name=t5 NOT IMPLEMENTED YET 192.168.2.124 - - [25/IX/2010:01:03:48 +0000] "PROPFIND /exist/webdav2/db/test/ HTTP/1.1" 207 1922 192.168.2.124 - - [25/IX/2010:01:03:48 +0000] "LOCK /exist/webdav2/db/test/t5 HTTP/1.1" 500 47 BTW: In normal circumstances, davfs2+samba is working solution for windows7/6/5 :-) users. One can just start VM with Linux to achieve the comfort of access the DB content using windows shares, for example mapping of letter X: to /db :-)) On 24.09.2010 09:21, Dannes Wessels wrote: > All, > > yesterday I committed a patch of Jose Maria for the XMLPRC interface. > Since the changes are in a critical external interface, I'd like to > invite you to test these changes. The junit suite shows the code is > functional, but we need to be cautious e.g. for memory leaks. > > cheers > > Dannes > > original commit message: > =================== > The XMLRPC interface created many temporary files, client and server > side. Under conditions (transport many smaller files) this resulted in > many IO operations and thus performance loss. This patch, created by > Jose Maria Fernandez Gonzalez<jmfg_at_users.sourceforge.net>, fixes > the issue. One of the key changes is the introduction of the > 'VirtualTempFile' class, which is basically a in-memory-buffer for > smaller files. > |