Changes between Initial Version and Version 1 of Ticket #1978
- Timestamp:
- 05/22/12 08:50:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1978
- Property Summary Prepare Resource Previews in background thread → Put potentially long running tasks in background thread
-
Ticket #1978 – Description
initial v1 1 Sometimes resource previews can clog up the UI thread (eg. It may do a full schema walk or something equally intensive that spins the CPU).1 Sometimes resource previews (and other potentially long tasks) can clog up the UI thread (eg. It may do a full schema walk or something equally intensive that spins the CPU). 2 2 3 3 So it is best to do such preparation on a background thread instead