yacy_search_server/source/de/anomic/data
orbiter 1488769e1f cleanup of unmaintained and outdated performance methods:
removed object pools in httpc. Object pooling is not recommended,
if the creation of the object is not time-intensive. Object pools are only useful,
if there is much computation necessary to create some basic data that is stored
in the object pool and can be re-used. This does not apply to object pools in YaCy.
Object pooling of client sessions would make sense if they would allow re-use of
living connections to other yacy clients. But every connection is closed after usage
of an object in the client pool, therefore the YaCy server client objects are not such
that hold hardware/network-allocated entities.
See:
http://www.javaperformancetuning.com/news/qotm033.shtml
http://java.sun.com/docs/hotspot/HotSpotFAQ.html#gc_pooling
http://docs.sun.com/source/816-7159-10/pt_chap5.html
http://www.microjava.com/articles/techtalk/recylcle2


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4106 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-09-23 20:49:52 +00:00
..
wiki corrected Brausse->Brausze 2007-08-01 22:15:51 +00:00
blogBoard.java various fixes and cleanups for blacklist handling: 2007-09-10 06:20:27 +00:00
blogBoardComments.java various fixes and cleanups for blacklist handling: 2007-09-10 06:20:27 +00:00
bookmarksDB.java various fixes and cleanups for blacklist handling: 2007-09-10 06:20:27 +00:00
diff.java corrected Brausse->Brausze 2007-08-01 22:15:51 +00:00
htmlTools.java fixed umlaute-problem 2007-08-10 14:10:57 +00:00
listManager.java various fixes and cleanups for blacklist handling: 2007-09-10 06:20:27 +00:00
messageBoard.java - fixed dht selction problem: the seed tables used a wrong ordering 2007-05-09 17:59:36 +00:00
robotsParser.java cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
SitemapParser.java cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
translator.java fixed great mess with localization paths. the problem was: 2007-07-04 10:32:30 +00:00
URLFetcherStack.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
URLLicense.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
userDB.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
wikiBoard.java - fixed dht selction problem: the seed tables used a wrong ordering 2007-05-09 17:59:36 +00:00
wikiCode.java corrected Brausse->Brausze 2007-08-01 22:15:51 +00:00