mac-cain13 / notificato

Takes care of Apple push notifications (APNS) in your PHP projects.
MIT License
224 stars 44 forks source link

Consider using a callback for the feedback service #19

Closed mac-cain13 closed 11 years ago

mac-cain13 commented 11 years ago

We should consider using a callback while reading the feedback service. This could make things more efficient and prevents us from storing all Tuples in memory first.

mac-cain13 commented 11 years ago

This is not very standard to do in PHP and I think it would make the use of Notificare more complex. Also tuples are quire small and we'll not get out of memory errors of this in 99% of the cases.