You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Michael Russo (JIRA)" <ji...@apache.org> on 2016/05/11 06:23:12 UTC

[jira] [Created] (USERGRID-1287) Cache Application queue manager class

Michael Russo created USERGRID-1287:
---------------------------------------

             Summary: Cache Application queue manager class
                 Key: USERGRID-1287
                 URL: https://issues.apache.org/jira/browse/USERGRID-1287
             Project: Usergrid
          Issue Type: Story
    Affects Versions: 2.1.0
            Reporter: Michael Russo
            Assignee: Michael Russo
             Fix For: 2.1.1


When push notifications are used, NotificationsService opens a new instance of ApplicationQueueManager on every request.  The same occurs when push notification messages are processed from the queue.  Cache this as it can be long lived and re-used per application in Usergrid.  This will help the memory footprint such that we don't create objects faster than we can GC them.



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