You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by "Joachim Dreimann (JIRA)" <ji...@apache.org> on 2013/06/18 12:43:20 UTC

[jira] [Updated] (COMDEV-95) Create a topic-based pub/sub for IResourceChangeListener

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

Joachim Dreimann updated COMDEV-95:
-----------------------------------

    Summary: Create a topic-based pub/sub for IResourceChangeListener  (was: [GSoC] Create a topic-based pub/sub for IResourceChangeListener)
    
> Create a topic-based pub/sub for IResourceChangeListener
> --------------------------------------------------------
>
>                 Key: COMDEV-95
>                 URL: https://issues.apache.org/jira/browse/COMDEV-95
>             Project: Community Development
>          Issue Type: New Feature
>            Reporter: Joachim Dreimann
>              Labels: bloodhound, gsoc2013
>
> Apache Bloodhound is a software development collaboration tool, including issue tracking, wiki and repository browsing (see: http://bloodhound.apache.org). Bloodhound extends Trac (http://trac.edgewall.org/) with multiple product support, advanced search functionality, ticket relations, a simpler installer and sleeker user interface. Apache Bloodhound recently graduated from the Apache Incubator as a stand-alone Apache project. 
> Problem: 
> Resource listeners often will watch events for a limited, well-known set of resource realms (e.g. ticket + attachment).
> The current dispatching strategy (i.e. match_resource) is mostly ​content based ( http://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern#Message_filtering ). It behaves in O(r * l) order of magnitude. This might lead to a lot of extra (unnecessary) overhead.
> Proposed solution: 
> A performance improvement could be to allow listeners to register to dedicated realm channels (i.e. ​topic-based filtering [ http://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern#Message_filtering ]) , thus turning the dispatch algorithm into O(l) , at least when it is a ok to do so ;)
> PS: We shall not loose the current content-based filtering capabilities , so in advance I advocated using a hybrid strategy .
> Skills needed: 
> Bloodhound and Trac are written in Python, so a moderate dose of Python programing skills are required. 
> References: 
> Link to the original issue: 
>     https://issues.apache.org/bloodhound/ticket/485 
> More GSoC-related tasks for Bloodhound: 
>     https://issues.apache.org/bloodhound/query?status=!closed&keywords=~gsoc 
> Guidelines for contributing to Apache Bloodhound: 
>     https://issues.apache.org/bloodhound/wiki/BloodhoundContributing

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira