Actions
Feature #29259
openChange smart proxy launching code to use Puma stack
Status:
New
Priority:
Normal
Assignee:
-
Category:
Core
Target version:
-
Description
We should drop the way we launch the instance and build on the Puma stack. However there are things to consider:
- This is full lock-in to Puma, we can (not very) easily swap servers these days.
- We have quite a bunch of initialization code (plugins), it might be challenging.
- We spawn several threads (plugins do actually), this might be a problem when shutting down the instance.
More info: https://puma.io/puma/#sinatra
Updated by Lukas Zapletal about 5 years ago
- Related to Feature #25293: Add support for puma added
Actions