> > Yes, but then for each project you have to roll your own. This is really > what I had in mind but for Mojo to package up a standard way of using those > utility methods to offer them out of the box as a standard interface would > be ideal. >
Older versions of Minion actually had something like that, Storable+Gzip compression and scope guards for write locks... it was terrible and has since been replaced with DBM::Deep. https://github.com/kraih/minion/blob/v0.38/lib/Minion/Backend/File.pm#L204 -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
