Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix qgis server fcgi response destructor #59632

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. fix(qgisserver): suppress wait in fcgi response destructor

    In the previous version, the response destructor waited for the monitoring thread to end that may induce a 333ms sleep each time. We fix that by using a classic ptr to separate the thread and the response lifecycles.
    benoitdm-oslandia committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fc27b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8184ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e68718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56653a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a2a895 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. debug ogc test

    benoitdm-oslandia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    cb56247 View commit details
    Browse the repository at this point in the history
  2. debug ogc test2

    benoitdm-oslandia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    118fa2e View commit details
    Browse the repository at this point in the history
  3. debug ogc test3

    benoitdm-oslandia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    76e27d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    762d756 View commit details
    Browse the repository at this point in the history
  5. activate qgis debug

    benoitdm-oslandia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    31f381d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98cf442 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    83b5c03 View commit details
    Browse the repository at this point in the history
  2. try with qpointer

    benoitdm-oslandia committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c344443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ccbdb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ec44a0 View commit details
    Browse the repository at this point in the history