Author: vgritsenko Date: Tue Apr 3 15:15:37 2007 New Revision: 525308 URL: http://svn.apache.org/viewvc?view=rev&rev=525308 Log: add 'database lock' task
Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml?view=diff&rev=525308&r1=525307&r2=525308 ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml Tue Apr 3 15:15:37 2007 @@ -81,6 +81,11 @@ <strong>Java</strong> Revisit minimum JDK requirement. </li> <li> + <strong>Database Lock</strong> Place a lock on database files using + Java 1.4 APIs to prevent separate processes from working on the same + database. + </li> + <li> <strong>WebAdmin</strong> Integrate new WebDAV capable WebAdmin into the main codebase, instead of ugly debug tool. </li>