Changeset 299

Show
Ignore:
Timestamp:
04/29/08 14:52:26 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/log_indexing_time_with_ferret/lib/picolena/config/indexing_performance.yml

    r296 r299  
    55 
    66## Main performance parameters 
     7 
     8 
     9## FIXME: Those tweaks actually decrease performances. Why??? 
    710 
    811# Allowed memory for indexing process. 
  • branches/log_indexing_time_with_ferret/lib/picolena/templates/lib/indexing_time.rb

    r289 r299  
     1# NOTE: Probably overkill for what basically is a stored hash. Alternatives: DBM, sqlite, Stone or Ferret? 
     2# FIXME: "IO Error occured at <except.c>:93 in xraise" 
     3#   >rake index:update --trace 2>&1 >dump 
     4# 
     5#    rake aborted! 
     6#    IO Error occured at <except.c>:93 in xraise 
     7#    Error occured in fs_store.c:293 - fsi_seek_i 
     8#            seeking pos 2303903: <Bad file descriptor> 
     9#     
     10#    /home/ricou/DocumentsFinder/lib/indexing_time.rb:9:in `default' 
     11#    /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `join' 
     12#    /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `each_with_thread' 
     13#    /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `each' 
     14#    /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `each_with_thread' 
     15#    /home/ricou/DocumentsFinder/app/models/indexer.rb:39:in `index_directory_with_multithreads' 
     16#    /home/ricou/DocumentsFinder/app/models/indexer.rb:20:in `index_every_directory' 
     17#    /home/ricou/DocumentsFinder/app/models/indexer.rb:19:in `each' 
     18#    /home/ricou/DocumentsFinder/app/models/indexer.rb:19:in `index_every_directory' 
     19#    /home/ricou/DocumentsFinder/lib/tasks/index.rake:15 
     20 
    121module IndexingTime 
    222  class<<self