6 comments (6 comments)4 reactions (4 reactions)0 assignees (0 assignees)C++16,128 forks (16,128 forks)batch import
help wantedphp
Repository metrics
- Stars
- 71,223 stars (71,223 stars)
- PR merge metrics
- Avg merge 2d 11h (Avg merge 2d 11h)185 merged PRs in 30d (185 merged PRs in 30d)
Description
What language does this apply to?
PHP
Describe the problem you are trying to solve.
I need the PHP extension to be thread-safe in order to use it in a multithreading environment in PHP.
Additional context
see also https://github.com/krakjoe/parallel/issues/78
Contributor guide
- Research direction
- Investigate the current PHP extension code to identify shared mutable state and add synchronization primitives (e.g., mutexes) to ensure thread safety. Study the parallel extension's issue for context.
- Tech stack
- phpcpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- CPHPconcurrency