Menu

#354 Queueing vs. pooling

open
nobody
None
2018-01-26
2018-01-26
Anonymous
No

Originally created by: crazybob

If I use queuing and pooling together:

APNS.newService()
.asPool(...)
.asQueued()

All of my notifications will be queued in a single background thread and only one of the connections from the pool will be used at a time. Is this intentional?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.