Displaying 1 result from an estimated 1 matches for "lucence".
Did you mean:
licence
2007 Sep 11
2
Newcomer perceived problems with AAF/Ferret
..., if its not then don''t.
2) aaf needs to be installed as a plugin to get the start/stop scripts.
Solution: Add startFerret, stopFerret Drb scripts to the gem so that
even if it is not installed as a plugin the gem is still useable.
3) Drb server is a central point of failure.
Solution 1: Lucence locks the file while it works which effectively
allows many threads to write but it serialises them. This should be the
case with aaf as well, at least then basic parrallism will work without
having to setup up Drb or any other config settings. Sure you *could*
get fancy with partial locking scheme...