Many changes.
This commit is contained in:
parent
dc02826079
commit
13ad2b0ef8
15 changed files with 148 additions and 178 deletions
|
@ -10,7 +10,7 @@ use TamerLib\tm;
|
|||
|
||||
// Start as client mode, if no configuration is passed on then
|
||||
// Tamer will spawn its own Redis server and use it.
|
||||
tm::initalize(TamerMode::CLIENT);
|
||||
tm::initialize(TamerMode::CLIENT);
|
||||
tm::createWorker(20, __DIR__ . DIRECTORY_SEPARATOR . 'worker.php');
|
||||
|
||||
$total_sleep = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue