antidot-framework / react-framework

This package allows running asynchronous PHP following the PSR-15 middleware standard approach.
https://react.antidotfw.io/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Add multi-thread support in windows systems #14

Open kpicaza opened 3 years ago

kpicaza commented 3 years ago

Is your feature request related to a problem? Please describe. In Windows systems, we haven't a choice to install the pcntl extension, which is the easiest way to allow multi-threading execution in our context. See https://github.com/antidot-framework/react-framework/pull/13#discussion_r563158974

Describe the solution you'd like

WyriHaximus commented 3 years ago

Build https://github.com/reactphp-parallel around ext-parallel, haven't tried it out on bare windows but happy to provide my experience for your ext-parallel experiment.