yacy_search_server/source/de/anomic/server
orbiter 7535fd7447 - refactoring of CrawlEntry and CrawlStacker
- introduced blocking queues in CrawlStacker to make it ready for concurrency
- added a second busy thread for the CrawlStacker
The CrawlStacker is multithreaded. It shall be transformed into a BlockingThread in another step.
The concurrency of the stacker will hopefully solve some problems with cases where DNS blocks.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5395 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-12-17 22:53:06 +00:00
..
logging more performance hacks 2008-12-04 12:54:16 +00:00
NamePrefixThreadFactory.java - WatchCrawler shows status without JavaScript 2008-06-14 10:24:58 +00:00
serverAbstractBlockingThread.java added final where possible 2008-08-02 12:12:04 +00:00
serverAbstractBusyThread.java added final where possible 2008-08-02 12:12:04 +00:00
serverAbstractSwitch.java reduce remote crawl PPM for fresh peers in freeworld to 6 PPM 2008-09-08 09:49:08 +00:00
serverAbstractThread.java added final where possible 2008-08-02 12:12:04 +00:00
serverBlockingThread.java
serverBusyThread.java - respecting httpdMaxBusySessions (refusing new connections if limit is hit) 2008-10-16 10:53:32 +00:00
serverByteBuffer.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
serverCachedFileOutputStream.java * refactoring 2008-08-02 13:57:00 +00:00
serverCharBuffer.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
serverClassLoader.java fix for http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1461 2008-10-04 12:36:11 +00:00
serverCodings.java more performance hacks 2008-12-04 12:54:16 +00:00
serverCore.java removed some unnecessary pause delays 2008-11-14 23:36:33 +00:00
serverCoreSocket.java added final where possible 2008-08-02 12:12:04 +00:00
serverDate.java more performance hacks 2008-12-04 12:54:16 +00:00
serverDomains.java - refactoring of CrawlEntry and CrawlStacker 2008-12-17 22:53:06 +00:00
serverFileUtils.java added property index.storeCommons to switch commons storage on or off 2008-11-02 23:30:09 +00:00
serverHandler.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
serverInstantBlockingThread.java - refactoring of CrawlEntry and CrawlStacker 2008-12-17 22:53:06 +00:00
serverInstantBusyThread.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
serverMemory.java more performance hacks 2008-12-04 12:54:16 +00:00
serverObjects.java FULL redesign of algorithms in htmlTools to encode/decode strings from/to unicode and html. 2008-10-22 18:59:04 +00:00
serverPlainSwitch.java added final where possible 2008-08-02 12:12:04 +00:00
serverProcessor.java added final where possible 2008-08-02 12:12:04 +00:00
serverProcessorJob.java - refactoring of CrawlEntry and CrawlStacker 2008-12-17 22:53:06 +00:00
serverProfiling.java - fixed problem with searching with quotes (still not complete, but not as bad as before) 2008-09-02 23:49:48 +00:00
serverSemaphore.java added final where possible 2008-08-02 12:12:04 +00:00
serverSwitch.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
serverSwitchAbstractAction.java added final where possible 2008-08-02 12:12:04 +00:00
serverSwitchAction.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
serverSystem.java - changed default browser from netscape to firefox 2008-08-20 07:54:56 +00:00
serverThread.java
servletProperties.java modifications towards a single database operation to read/write http header and cached file at once: 2008-08-25 18:11:47 +00:00