[ http://issues.apache.org/jira/browse/HIVEMIND-111?page=comments#action_64048 ] Tomas Knappek commented on HIVEMIND-111: ----------------------------------------
Ok, I got the point. I tried to use hivemind.Startup for starting several number of "servers", an objects doing some specific task (in run method) until they are stopped. I was looking for the possibilities of hivemind, thinking the hivemind.Startup is the best way. > StartupImpl.java - not starting a thread > ---------------------------------------- > > Key: HIVEMIND-111 > URL: http://issues.apache.org/jira/browse/HIVEMIND-111 > Project: HiveMind > Type: Bug > Components: framework > Versions: 1.1 > Reporter: Tomas Knappek > > Class org.apache.hivemind.impl.StartupImpl contains the command r.run() on > line 38, I think it should be r.start() because the current implemention just > run the method "run" instead of starting new thread. Otherwise I don't see > any point to use the Runnable interface. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
