[ https://issues.apache.org/jira/browse/USERGRID-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584038#comment-14584038 ]
Michael Russo commented on USERGRID-719: ---------------------------------------- As long as pushy's push manager is cached and re-used per notifier, the amount of threads used by pushy is reasonable. The issue where we saw hundreds of threads was due to the push manager per not being cached properly and each notification could start a new push manager, where each manager has a nio threadpool to APNS of (# processors * 2). With a proper certificate, our pushy implementation opens connections to APNS without any issues. > Pushy creates/leaves too many threads > -------------------------------------- > > Key: USERGRID-719 > URL: https://issues.apache.org/jira/browse/USERGRID-719 > Project: Usergrid > Issue Type: Bug > Reporter: Jeffrey > Assignee: Michael Russo > > Pushy client opens up hundreds of threads and has some failed connection > alerts which need to be investigated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)