Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Feb 14, 2017
1 parent 6b29e32 commit 8d94c95
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Expand Up @@ -95,25 +95,6 @@ foreach ($threadPool->getThreads() as $thid) {
echo "\n\nEnded!\n";
```

**Important Note for the FORK implementation**

In order to get working the getResult of the fork implementation is necessary setup a file in '__DIR__/config/cacheconfig.php' with
the follow contents for setup the maxthread.

```php
<?php

return [
'phpthread' => [
'instance' => '\\ByJG\\Cache\\ShmopCacheEngine',
'shmop' => [
'max-size' => 0x100000,
'default-permission' => '0700'
]
]
];
```

## Install

Just type: `composer require "byjg/phpthread=2.0.*"`
Expand Down

0 comments on commit 8d94c95

Please sign in to comment.