Skip to content

Commit

Permalink
Deleted startYACY_hidden.bat and fixed annoying spelling mistake.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@81 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
rramthun committed May 4, 2005
1 parent 0e59612 commit 978c16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions source/yacy.java
Expand Up @@ -54,7 +54,7 @@
On termination, the following must be done:
- stop feeding of the crawling process because it othervise fills the indexing queue.
- say goodby to connected peers and disable new connections. Don't wait for success.
- say goodbye to connected peers and disable new connections. Don't wait for success.
- first terminate the serverCore thread. This prevents that new cache objects are queued
- wait that the plasmaHTMLCache terminates (it should be normal that this process already has terminated)
- then wait for termination of all loader process of the plasmaCrawlerLoader
Expand Down Expand Up @@ -272,7 +272,7 @@ private static void startup(String homePath) {
serverLog.logFailure("STARTUP", "FATAL ERROR: " + ee.getMessage());
ee.printStackTrace();
}
serverLog.logSystem("SHUTDOWN", "goodby. (this is the last line)");
serverLog.logSystem("SHUTDOWN", "goodbye. (this is the last line)");
try {System.exit(0);} catch (Exception e) {} // was once stopped by de.anomic.net.ftpc$sm.checkExit(ftpc.java:1790)
}

Expand Down
15 changes: 0 additions & 15 deletions startYACY_hidden.bat

This file was deleted.

0 comments on commit 978c16e

Please sign in to comment.