Displaying 1 result from an estimated 1 matches for "parrallism".
Did you mean:
parallism
2007 Sep 11
2
Newcomer perceived problems with AAF/Ferret
...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 schemes but right now what I think I care
about is it at least work. Drb should be the next performance step from
Solution 1, improving performance at the cost of reliability.
Sol...