Issues
- 7
Documentation update
#206 opened by programarivm - 0
Documentation: mention bootstrap file for workers
#201 opened by vikingjs - 3
Memory leak in Worker::submit
#204 opened by wtsergo - 9
Leftover ONE socket file (amp-parallel-ipc-*.sock) not cleaned up after execution in CLI mode
#203 opened by medy36 - 10
Dealing with Zombies processes
#189 opened by mlasri-web2 - 4
- 2
Forwarding User Interaction and Feedback in CLI app
#196 opened by jenky - 2
Sock files are piling up in tmp folder. They are not getting cleared up automatically.
#183 opened by MindGamer7 - 3
The pool was shut down
#195 opened by PNixx - 8
Queue-based pool
#197 opened by hitriyvalenok - 1
- 0
Race condition on IPC socket accept
#199 opened by kelunik - 4
Despite of DeferredCancellation::cancel() call Cancellation::isRequested() is always false in tasks submitted to ContextWorkerPool
#198 opened by hitriyvalenok - 18
Performance degradation in v2.2.0
#179 opened by PNixx - 2
Under XAMPP 8.2.4 the first example program freeze
#184 opened by norbi72 - 1
communication between parallel worker
#193 opened by TCK822 - 4
Hang when using ext-uv and JIT
#188 opened by danog - 1
- 1
Do I need to use "readonly" in "FetchTask.php" when "main.php" contains several "$urls" in my case ???
#187 opened by chegmarco1989 - 2
How to await for tasks in progress?
#186 opened by dmiedev - 6
Expected a valid stream
#185 opened by PNixx - 3
Migrate from parallel-function
#182 opened by 4khobta - 7
Awaiting multiple channels
#181 opened by withinboredom - 4
Is there a way to output the STDOUT of the child process to STDOUT of the parent process?
#176 opened by santossoares - 3
Parallel task(s) keep on running since v2.2
#180 opened by veewee - 1
Measure the running time of a thread
#178 opened by hitriyvalenok - 1
The nested use of pools
#177 opened by hitriyvalenok - 6
amphp/parallel + ssh2
#175 opened by hitriyvalenok - 3
Creating a pool with workers
#173 opened by ebeyrent - 1
Autoloading fail
#174 opened by ebeyrent - 1
- 1
Can't get CancelledException ends the task properly without killing the child process
#169 opened by xadorfr - 2
- 2
pcntl not required, except it is
#171 opened by micah1701 - 0
Enable xdebug extension on demand
#165 opened by kelunik - 2
Add more examples
#150 opened by jigarius - 0
WorkerPool::getLimit shouldn’t be part of the interface, because there could be infinite pools
#160 opened by kelunik - 0
Remove Amp\Parallel\Ipc\ipcHub from public API
#163 opened by kelunik - 0
Remove runTasks from public API
#162 opened by kelunik - 0
Remove / rename Amp\Parallel\Ipc\SynchronizationError
#161 opened by kelunik - 3
Awaiting on worker pool to be empty.
#152 opened by whataboutpereira - 1
Could you give me a usage example for my "getDetails($href)" function ???
#155 opened by chegmarco1989 - 1
New pcntl requirement could break PHP-FPM
#156 opened by Dando-Real-ITA - 2
How to include my "getDetails" function which takes a value (here a variable: "$href") as a parameter in Worker\enqueueCallable ???
#147 opened by chegmarco1989 - 3
Cannot declare class Amp\Parallel\Sync\SerializationException, because the name is already in use
#145 opened by 4n70w4 - 1
Fatal error: Uncaught Error: Could not locate PHP executable binary in C:\laragon\www\doodle\vendor\amphp\parallel\lib\Context\Process.php
#148 opened by chegmarco1989 - 1
parallel-functions
#153 opened by X-821 - 8
- 2
Example with post data
#149 opened by haffoudhi - 3
Continue tasks after exception.
#144 opened by Ghostff