Opened 12 years ago
Closed 12 years ago
#2098 closed enhancement (wontfix)
Local Previews should be out-of-process
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When doing a resource preview in a Local (mg-desktop) connection, the initalization is done in-process in the UI thread.
This unnecessarily hangs the UI.
Instead, there should be a dedicated previewer process that Maestro invokes out-of-process with all the required information, ensuring the UI is not blocked.
Note:
See TracTickets
for help on using tickets.
Superceded by #2167