On Fri, Jul 11, 2008 at 10:55 AM, adoro <[EMAIL PROTECTED]> wrote: > > Hello Community, > > can someone explain me > what's the difference between work and temp directories and what xwiki is > using them for? >
Hello, The work directory is used to store persistent data (which aren't deleted at shutdown), for example lucene search can use it to store search indexes. The temp directory is used to store temporary data, for example the svg plugin can use it as a cache to store computed pngs. JV. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
