• long pauses when clicking around sync webv4

    From xbit ops@1:103/705 to GitLab issue in main/sbbs on Sat Apr 18 04:06:56 2026
    open https://gitlab.synchro.net/main/sbbs/-/issues/1129

    A few sysops have been discussing this on IRC, and the issue appears to be reproducible. I’ve also tested it on both Linux and Windows with the same results. In short, while navigating around WebV4, there are intermittent long pauses that occur at times.

    Example attached.![vsdc-sr_2026-04-18_04-01-51](https://gitlab.synchro.net/-/project/13/uploads/946c97cc6b8faf9aa8582a6995444e3e/vsdc-sr_2026-04-18_04-01-51.mp4){width=681 height=600}
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sun Apr 19 02:18:45 2026
    https://gitlab.synchro.net/main/sbbs/-/issues/1129#note_8826

    The web server log output at the time of those pauses would help determine the likely cause. e.g. if the web server has maxed out its client connections and is rejecting some of the (new) connections from the client, that could cause observable delays.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From xbit ops@1:103/705 to GitLab note in main/sbbs on Sun Apr 19 07:02:33 2026
    https://gitlab.synchro.net/main/sbbs/-/issues/1129#note_8828

    Currently set at 100 max clients and max con-conn set at 10. I'll enable received requests and transmitted responses for the log review.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From xbit ops@1:103/705 to GitLab note in main/sbbs on Sun Apr 19 07:20:33 2026
    https://gitlab.synchro.net/main/sbbs/-/issues/1129#note_8829

    updated max clients 500 max con-conn 50. enabled received requests and transmitted responses. was able to generate the long pause quickly with just a few clicks around the forum. attached web.log.

    [web.log2026-04-19.log](/uploads/fd12482c62c02174f708d132b2c34d13/web.log2026-04-19.log)
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sun Apr 19 11:35:30 2026
    https://gitlab.synchro.net/main/sbbs/-/issues/1129#note_8830

    What you attached is a web access log and not (generally) helpful for debugging. The actual web server log output that would be useful looks more like this:
    ```
    4/19 09:43:40a 0952 HTTPS [34.205.45.217] Connection accepted on 71.95.196.34 port 443 from port 48492
    4/19 09:43:40a 2864 HTTPS [34.196.237.236] Request 1: GET /files/Pier.Shareware/piergrfx/?view=%22GIFBLSTB.ZIP%22 HTTP/1.1
    4/19 09:43:40a 2864 HTTPS [34.196.237.236] User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36
    4/19 09:43:41a 0952 HTTPS [34.205.45.217] Request 1: GET /?page=002-files.xjs HTTP/1.1
    4/19 09:43:41a 0952 HTTPS [34.205.45.217] User-Agent: Crawler test
    4/19 09:43:41a 2864 HTTPS [34.196.237.236] Sending file: c:\sbbstemp\SBBS_SSJS.301028.2864.html (3808 bytes)
    4/19 09:43:41a 2864 HTTPS [34.196.237.236] Sent file: c:\sbbstemp\SBBS_SSJS.301028.2864.html (3808 bytes)
    4/19 09:43:41a 1920 HTTPS [34.205.45.217] Session thread terminated after 1 requests (5 clients and 13 threads remain, 6821 served, 29 concurrently)
    4/19 09:43:42a 2864 HTTPS [34.196.237.236] Session thread terminated after 1 requests (4 clients and 11 threads remain, 6822 served, 29 concurrently)
    4/19 09:43:45a 1896 HTTPS [74.7.241.38] Connection accepted on 71.95.196.34 port 443 from port 33918
    4/19 09:43:45a 1896 HTTPS [74.7.241.38] Request 1: GET /?page=001-forum.ssjs&sub=syncprog&thread=54367 HTTP/1.1
    4/19 09:43:45a 1896 HTTPS [74.7.241.38] User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)
    ```
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)