Displaying 1 result from an estimated 1 matches for "stopferret".
Did you mean:
stoperrset
2007 Sep 11
2
Newcomer perceived problems with AAF/Ferret
...remote => true adding to it for remoting to work.
This is a breach of the DRY principle.
Solution: Get rid of this requirement, if the config is there then use
it, 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...