I'm using WebDaV as a file exchange solution between a client and a server I'm both developping.
Client uses Apache Commons VFS, and server uses Glassfish 3 WebDAV servlet. That seems sensible choices, no ?
Anyway, each time I write a file to server (using as an example FileObject#copyFrom(...)
), I find the operation to perform incredibly slowly (100 s for a one-line file write when both client and server run on same machine).
So, do you see comparable delays ? And is there anything that can be done to improve those ?