The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

- zing-channel is an append-only queue (or sorts) - using a shared channel name, multiple processes can read and replay messages - the cursor for each new instance starts at the end ... - so recv() only gets new messages from the time of creation - you can reset the cursor and replay message from the beginning using reset()