yacy_search_server/source/de/anomic/http/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
..
AlternativeDomainNames.java *) Removed base tag from errror page. This has been added by myself a long time ago as a workaround for some weird behavior of my router, but as it turns out, it does more bad than good in general: If HTTPS is used for communication with YaCy, entering a wrong passwort led to an errror page with a form which would send username and password unencrypted with the user possibly being unaware of this. 2009-09-23 21:26:14 +00:00
ChunkedOutputStream.java refactoring 2009-10-11 00:24:42 +00:00
HeaderFramework.java more PMD enhancements 2010-01-13 00:23:07 +00:00
HTTPDemon.java removed never-used server access account function 2010-03-08 22:30:45 +00:00
HTTPDFileHandler.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
HTTPDProxyHandler.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
ProxyLogFormatter.java *) Removed base tag from errror page. This has been added by myself a long time ago as a workaround for some weird behavior of my router, but as it turns out, it does more bad than good in general: If HTTPS is used for communication with YaCy, entering a wrong passwort led to an errror page with a form which would send username and password unencrypted with the user possibly being unaware of this. 2009-09-23 21:26:14 +00:00
RequestHeader.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
ResponseContainer.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
ResponseHeader.java refactoring 2009-10-11 00:24:42 +00:00
RobotsTxtConfig.java some performance hacks 2009-11-18 16:03:28 +00:00
ServerSideIncludes.java refactoring 2009-10-11 00:24:42 +00:00
TemplateEngine.java performance hacks for the template engine + cleanup 2010-03-27 22:52:48 +00:00