Bug 1120959 - [RFE][horizon]: Create a multithreaded version of MultiTableView
Summary: [RFE][horizon]: Create a multithreaded version of MultiTableView
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/hori...
Whiteboard: upstream_milestone_none upstream_defi...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-18 04:04 UTC by RHOS Integration
Modified: 2015-11-20 19:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description RHOS Integration 2014-07-18 04:04:45 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/multi-threaded-multitableview.

Description:

MultiTableView is a class-based generic view to handle the display and processing of multiple :class:`~horizon.tables.DataTable` classes in a single view.

MultiTableView loads data for multiple table sequentially in a for loop, so it could be useful to create a multi-threaded variant that loads data concurrently.

That variant, could speed up loading of data from multiple sources.

Ref.: https://github.com/openstack/horizon/blob/2428d78a156d215b6bdc0e6172c86609394ca726/horizon/tables/views.py#L146


Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.