stakhanovist / queue

Create specific queue client objects
Other
0 stars 0 forks source link

SplQueue adapter #6

Open fntlnz opened 9 years ago

fntlnz commented 9 years ago

Right now this library already has an adapter to use arrays as queue backend.

Array adapter is pretty useful when one want to get started with this library or when he does not have the possibility to have an external queue backend instance like Mongo and the gang.

For the latter I think that it should provide a more robust and performing way to store queues in memory having an adapter that uses \SplQueue.

leogr commented 9 years ago

It's an edge case, but it makes sense. :+1:

leodido commented 9 years ago

:+1: