Search results

  1. E

    FastCGI occasionally slow

    Thanks for responding. Most of the parameters were default so I didn't expect them to be an issue. Connections varied but minimum was in the hundreds for a modest number of users. (Today for example my highest simultaneous http+https conn count was 20 according to dashboard.) It didn't seem...
  2. E

    FastCGI occasionally slow

    Further debugging showed (if I was interpreting the log correctly) that the occasional request was getting assigned but then timing out. So at that point I decided to make the problem go away by abandoning FCGI and instead proxying to the critical part of the app reworked in Mojolicious. Problem...
  3. E

    FastCGI occasionally slow

    Interestingly, the problem is worse under https than http. It happens almost reliably with my primary test case, and often involves two of the four calls being delayed by 7 sec, instead of one. #access log extract, last # is response time in seonds w.x.y.z [08/Aug/2024:07:26:50 -0700] "GET...
  4. E

    FastCGI occasionally slow

    I recently migrated a small web app to OLS. There are a couple of html files and two primary Perl/FastCGI scripts as external apps using UDS, directly called by the command parameter. Everything works, is operating in FastCGI mode, and is generally lightning fast. However, I have a situation I...
Top