Skip to content

Commit

Permalink
integrated crawl stacker into thread control
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@887 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Oct 9, 2005
1 parent 16a49c1 commit c835945
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 350 deletions.
2 changes: 1 addition & 1 deletion htroot/Status.java
Expand Up @@ -237,7 +237,7 @@ public static serverObjects respond(httpHeader header, serverObjects post, serve
prop.put("loaderPaused",sb.crawlingIsPaused()?1:0);

prop.put("localCrawlQueueSize", Integer.toString(sb.getThread("50_localcrawl").getJobCount()));
prop.put("stackCrawlQueueSize", Integer.toString(sb.sbStackCrawlThread.getQueueSize()));
prop.put("stackCrawlQueueSize", Integer.toString(sb.sbStackCrawlThread.size()));
prop.put("remoteCrawlQueueSize", Integer.toString(sb.getThread("61_globalcrawltrigger").getJobCount()));


Expand Down

0 comments on commit c835945

Please sign in to comment.