yacy_search_server/source/de/anomic/server
orbiter ba2c307ab3 optimized memory allocation in kelondroRow.Entry
such an entry cannot be instantiated without allocation of new byte[]; instead
it can re-use memory from other kelondroRow.Entry objects.
during bugfixing also other bugs may have been solved, maybe the INCONSISTENCY problem
could have been solved. One cause can be missing synchronization during bulk storage
when a R/W-path optimization is done. To test this case, the optimization is currently
switched off.
More memory enhancements can be done after this initial change to the allocation scheme.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3536 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-04-03 12:10:12 +00:00
..
logging PLEASE MAKE A BACK-UP OF YOUR COMPLETE DATA DIRECTORY BEFORE USING THIS 2007-02-20 08:35:51 +00:00
portForwarding - code cleanup 2006-09-29 22:27:20 +00:00
serverAbstractSwitch.java third generation of R/W head path optimization 2007-02-28 11:13:23 +00:00
serverAbstractThread.java added speed-buttons for easy performance setting 2007-03-12 16:24:28 +00:00
serverByteBuffer.java enhanced speed of RAM cache flush by factor 20 (twenty times faster) 2007-02-08 23:21:46 +00:00
serverCharBuffer.java documentation of compile problem. See 2006-10-09 23:11:03 +00:00
serverClassLoader.java packages for xml/* 2005-12-30 13:57:51 +00:00
serverCodings.java fix for http://www.yacy-forum.de/viewtopic.php?p=32631#32631 2007-03-07 08:54:07 +00:00
serverCore.java - some code-cleanup (no more syntax-warnings here) 2007-02-26 12:56:50 +00:00
serverCoreSocket.java *) Bugfix for ArrayIndexOutOfBoundsException during SSL detection 2006-11-30 06:38:53 +00:00
serverDate.java redesigned some parts of the html scanner & parser 2006-04-04 14:36:01 +00:00
serverFileUtils.java - some code-cleanup (no more syntax-warnings here) 2007-02-26 12:56:50 +00:00
serverHandler.java
serverInstantThread.java optimized memory allocation in kelondroRow.Entry 2007-04-03 12:10:12 +00:00
serverMemory.java - the maxMemory-fix for the Sun JVM 1.4.2 wrongly also applied to 1.6, thx to NN 2007-01-05 08:00:05 +00:00
serverObjects.java - some code-cleanup (no more syntax-warnings here) 2007-02-26 12:56:50 +00:00
serverPlainSwitch.java * more logging 2006-08-10 21:21:50 +00:00
serverSemaphore.java *) Adding X-Forwarded-For Header 2005-09-05 08:01:54 +00:00
serverSwitch.java *) adding support for upnp 2006-07-26 14:26:45 +00:00
serverSwitchAbstractAction.java code cleanup 2005-12-05 14:24:13 +00:00
serverSwitchAction.java
serverSystem.java - in serverSystem: maxPathLength is now a variable, not a method 2006-03-19 01:33:20 +00:00
serverThread.java added speed-buttons for easy performance setting 2007-03-12 16:24:28 +00:00
servletProperties.java - added streaming-support to CrawlURLFetchStack_p servlet 2007-02-19 12:47:46 +00:00