Frank LaRosa
unread,Aug 2, 2011, 11:00:06 PM8/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java client for Apple Push Notification service (APNs)
What does the "asQueued" option do? The documentation says almost
nothing.
My guess, if I had to make one, is that this sets up a separate thread
which actually performs the http posts, while the main thread that
issues push() calls is just adding things into a queue. If so, that's
definitely what I want.
Thanks.