openresty / openresty/openresty-packaging
Add support of aio in openresty official builds
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 187
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I noticed that the --with-file-aio build option was removed in the following commit:
https://github.com/openresty/openresty-packaging/commit/81bd2facc9c725bc92c440200ed7cb7e355e510e
NGINX supports --with-file-aio in its official builds, and some third-party NGINX modules expect this feature to be available because they are built against the standard NGINX source tree and build configuration.
Removing this option can therefore reduce compatibility with existing NGINX modules and make it more difficult to use OpenResty as a drop-in, modular alternative to standard NGINX builds.
I would suggest re-enabling --with-file-aio, or alternatively making it configurable, to improve compatibility with upstream NGINX and third-party modules.
Would you be open to reconsidering this change?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing commit 81bd2facc9c725bc92c440200ed7cb7e355e510e and the OpenResty packaging build configuration that removed --with-file-aio. Done means the official builds re-enable this option or provide the requested configurability while preserving compatibility with third-party NGINX modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100