Update auf v4.0.2
Ab sofort steht v4.0.2 von OpenAcoon zum Download zur Verfügung.
Diese Version ist "UNSTABLE"! Einige Änderungen sind nur halbfertig. Weil aber
doch eine Menge an Bugfixes und Leistungssteigerungen implementiert sind, gibt es hier mal
einen aktuellen Build. Sollte eigentlich funktionieren, ist aber nicht SOOO gründlich getestet.
Die Implementation der Konfigurationsdatei ist noch in Arbeit und wie man im ChangeLog unten sehen kann,
bin ich dabei von Deutsch auf Englisch umzuschwenken um in Zukunft OpenAcoon auch international anbieten
zu können.
Hier geht's zum Download
ChangeLog:
- Parser.dpr: BugFix: Only the first 9,999,999 pages in a
crawl could be parsed, because only files starting with a
zero were searched for.
- PrepareRobot.dpr: Added the option to restrict URLs given
to the Robot to a maximum path-depth.
- ServerMain.pas: Changed the default-values of the
ranking-paramaters.
- PrepareRobot.dpr: Added "/unignore" option.
- GenDb.dpr: Removed a reference to cTempPath+'inf.tmp' that
must have been obsolete for a loooong time.
- ServerMain.pas: Corrected some texts in the UI. It was "ms"
when it should have been "sec" in some instances.
- RobotMain.pas: Corrected a synchronisation-bug regarding
CurConnections.
- Config.pas: Created this unit to add configuration files for
various settings.
- ImportData.dpr: Changes to HandleWWWData and CreateKeyword.
There was a bug when the keyword-database grows beyond 512mb
in size which caused internal data-structures to malfunction.
Now the keyword-database is limited to a little less than
512mb. Additional new unique keywords are now ignored if the
keyword-database is above that threshold.
- Parser.dpr: Unterstützung für hinzugefügt.
- RobotMain.pas: Änderungen um die maximale Anzahl von offenen
Verbindungen und die maximale Anzahl von neuen Verbindungen pro
Sekunde zu erhöhen.
- ServerMain.pas: Funktion ReferenceRAMCaches hinzugefügt um
rausswappen wichtiger Caches zu verhindern. Das Auslagern der
Caches hatte vorher teilweise zu Suchzeiten von über
20 Sekunden geführt.