-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Milestone
Description
One of the things I have been thinking about for v0.2
is pulling all adapters out of this repository and putting them child process one under reactphp
and others either under reactphp
and/or friends-of-reactphp
.
Pros:
- Each adapter can set it's own required extensions needed for it to function
- Stimulates a ecosystem of adapters by leading the way
- Each adapter can be developed/maintained at it's own pace and has it's own releases without blocking this repository
- Users can require only what they need for their environment
Cons:
- Each adapter can set it's own required extensions needed for it to function
- Users might not know what they need for the best performance for their environment and when not including/requiring all adapters they might miss out on that better performance.
What are your opinions about this @clue, @jsor, and @cboden?