yacy_search_server/source/de/anomic
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
..
data cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
htmlFilter joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
http cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
icap joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
index joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
kelondro fix for missing object miss-cache flush value: 2007-09-09 18:35:05 +00:00
language enhanced memory allocation during database access: 2007-08-03 11:44:58 +00:00
net joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
plasma cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
server cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
tools joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
urlRedirector joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
xml refactoring of search processes 2007-08-05 23:57:25 +00:00
yacy cleanup of unmaintained and outdated performance methods: 2007-09-23 20:49:52 +00:00
ymage fix for another BMP parser problem. This is not a bug, I guess it was caused by a corrupted graphics file. 2007-07-19 22:11:48 +00:00