The problem is that we need to keep the script compatible with all Rails versions. One API function may appear/disappear from version to version. It may work for one version, then stopped for next. Very hard to maintain.
The problem is that we need to keep the script compatible with all Rails versions. One API function may appear/disappear from version to version. It may work for one version, then stopped for next. Very hard to maintain.
i know that by the way litespeed supports multithread for rails (not fork)?
No, prefork only.
LSAPI itself can work with multi-thread, but it is not widely used/tested.
Ruby support true multi-thread now? not just software simulated fake multi-thread?