In fact, depending on the MPM you use in Apache, resource consumption could be several times higher. Since if you chose the process MPM you will get one copy of the calibre server using its own resources per worker process instead of just a single process with threads when using the reverse proxy.
|