|
|
@@ -1334,7 +1334,7 @@ class Worker
|
|
|
if(count(static::$_workers) > 1)
|
|
|
{
|
|
|
static::safeEcho("@@@ Error: multi workers init in one php file are not support @@@\r\n");
|
|
|
- static::safeEcho("@@@ Please visit http://wiki.workerman.net/Multi_woker_for_win @@@\r\n");
|
|
|
+ static::safeEcho("@@@ See http://doc.workerman.net/faq/multi-woker-for-windows.html @@@\r\n");
|
|
|
}
|
|
|
elseif(count(static::$_workers) <= 0)
|
|
|
{
|