yacy_search_server/source/de/anomic/server
orbiter 4cd5418963 removed finalize methods because of a hint in
http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html#gbyvh

The finalize method prevents that the memory, used by the objects containing the finalize method, is collected and available for the garbage collector. Instead, the memory allocated by such classes are enqueued to a java-internal finalize queue runner. This slows down all operations that uses a lot of object containing finalize methods.

this fix does not remove all finalize method, but such that may be used for throw-away objects that are allocated many times. This should cause a better run-time performance and less OutOfMemoryErrors 

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6835 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-23 09:32:29 +00:00
..
serverAccessTracker.java new access tracking data type strategy; previous data types may have caused deadlocks of httpd when performing statistic cleanups 2010-04-14 16:18:04 +00:00
serverClassLoader.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
serverCore.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
serverCoreSocket.java *) made sure that   is replaced with a space and not just deleted in CharacterCoding.java 2009-10-13 20:57:56 +00:00
serverHandler.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
serverObjects.java - added Byte Order Mark recognition to serverObjects 2010-03-19 10:58:40 +00:00
serverSwitch.java new access tracking data type strategy; previous data types may have caused deadlocks of httpd when performing statistic cleanups 2010-04-14 16:18:04 +00:00
serverSwitchAbstractAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
serverSwitchAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
servletProperties.java refactoring 2009-10-11 00:24:42 +00:00