Issue Details (XML | Word | Printable)

Key: ABICLOUD-374
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Albert Puig
Reporter: Albert Puig
Votes: 0
Watchers: 0
Operations

Email this issue
Send issue summary in email
If you were logged in you would be able to see more operations.
Abiquo

Appliance Manager Non-Blocking IO downloads.

Created: 26/Jan/10 05:03 PM   Updated: 21/May/10 11:37 AM   Resolved: 26/Jan/10 05:17 PM
Component/s: Appliances Library
Affects Version/s: abicloud-1.0.0.GA
Fix Version/s: abicloud-1.5.1

Time Tracking:
Not Specified


 Description  « Hide
The current implementation of the OVF deployment consume a large number of resources since it start a new thread for each file being download (and a thread to monitor whenever a package have finish).

A NIO based HTTP download should resolve the performance problem.

Albert Puig added a comment - 26/Jan/10 05:06 PM
Netty project will be used.

Albert Puig added a comment - 21/May/10 11:37 AM
verified 2391