You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2016/07/27 14:30:20 UTC

[jira] [Resolved] (SLING-5695) Make it possible to build a reference package and send the actual package asynchronously

     [ https://issues.apache.org/jira/browse/SLING-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili resolved SLING-5695.
------------------------------------
    Resolution: Fixed

fixed in r1754277 by introducing a dedicated dispatching strategy which adds a delivery queue to be used when async delivery kicks in (which happens when the no. of items in the "default" queue exceeds 30).

> Make it possible to build a reference package and send the actual package asynchronously
> ----------------------------------------------------------------------------------------
>
>                 Key: SLING-5695
>                 URL: https://issues.apache.org/jira/browse/SLING-5695
>             Project: Sling
>          Issue Type: Improvement
>          Components: Distribution
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>         Attachments: SLING-5695.0.patch, SLING-5695.1.patch
>
>
> It'd be good to see if it's possible to reach a higher throughput by parallelizing the process of transporting multiple packages with the process of installing them; so the idea is to build a package, but only put a reference to it in the ordered queue and send the actual package by putting it into a different queue that gets processed in parallel.
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)