Skip to content

Reuse MessageOnly Window to receive Query Results #24

@sgrottel

Description

@sgrottel

The Query Results are received via IPC to a MessageOnly Window, and a Thread handling timeout behavior. Those are always created and destroyed for every Query. Especially when using paged-queries of a large number of files, those should be reused.

  • Introduce a heuristic when to reuse the window & message/wait thread.
  • Refactor code to more easily manage window & message/wait thread.
  • Reuse window & message/wait thread for consecutive queries.

Closing the application must not be blocked or significantly slowed down.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions