yacy_search_server/source/de/anomic/server
orbiter 1d8d51075c refactoring:
- removed the plasma package. The name of that package came from a very early pre-version of YaCy, even before YaCy was named AnomicHTTPProxy. The Proxy project introduced search for cache contents using class files that had been developed during the plasma project. Information from 2002 about plasma can be found here:
http://web.archive.org/web/20020802110827/http://anomic.de/AnomicPlasma/index.html
We stil have one class that comes mostly unchanged from the plasma project, the Condenser class. But this is now part of the document package and all other classes in the plasma package can be assigned to other packages.
- cleaned up the http package: better structure of that class and clean isolation of server and client classes. The old HTCache becomes part of the client sub-package of http.
- because the plasmaSwitchboard is now part of the search package all servlets had to be touched to declare a different package source.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6232 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-19 20:37:44 +00:00
..
serverAbstractBlockingThread.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverAbstractBusyThread.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverAbstractSwitch.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
serverAbstractThread.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverAccessTracker.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=15175#p15175 2009-05-26 15:03:50 +00:00
serverBlockingThread.java
serverBusyThread.java
serverCachedFileOutputStream.java
serverCharBuffer.java * add class to handle keys and signatures 2009-03-02 13:29:50 +00:00
serverClassLoader.java
serverCodings.java
serverCore.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
serverCoreSocket.java
serverDomains.java refactoring: 2009-07-19 20:37:44 +00:00
serverHandler.java
serverInstantBlockingThread.java code cleanup and code simplifcation 2009-06-30 22:20:55 +00:00
serverInstantBusyThread.java code cleanup and code simplifcation 2009-06-30 22:20:55 +00:00
serverObjects.java refactoring: 2009-07-19 20:37:44 +00:00
serverPlainSwitch.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
serverProcessor.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverProcessorJob.java
serverProfiling.java added a catch Exception to all thread to check if any of them silently dies without any other notification 2009-05-05 06:31:35 +00:00
serverSemaphore.java
serverSwitch.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
serverSwitchAbstractAction.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverSwitchAction.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverSystem.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
serverThread.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
servletProperties.java refactoring: 2009-07-19 20:37:44 +00:00