*) more verbose thread names

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1471 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent 56e4dbeb71
commit 784fd50437

@ -804,7 +804,7 @@ public final class plasmaCrawlStacker {
private stackCrawlMessage theMsg; private stackCrawlMessage theMsg;
public Worker(ThreadGroup theThreadGroup) { public Worker(ThreadGroup theThreadGroup) {
super(theThreadGroup,"stackCrawlThread"); super(theThreadGroup,"stackCrawlThread_created");
} }
public void setStopped(boolean stopped) { public void setStopped(boolean stopped) {
@ -878,6 +878,7 @@ public final class plasmaCrawlStacker {
private void execute() { private void execute() {
try { try {
this.setName(plasmaCrawlWorker.threadBaseName + "_" + this.theMsg.url);
String rejectReason = dequeue(this.theMsg); String rejectReason = dequeue(this.theMsg);
if (rejectReason != null) { if (rejectReason != null) {

Loading…
Cancel
Save