We're already very committed to PSR-16 at work, so I should be able to squeeze that in - will see about getting that done in the morning :-)
On Nov 27, 2016 9:56 PM, "Jordi Boggiano" <[email protected]> wrote: > On 27/11/2016 19:45, Rasmus Schultz wrote: > >> PSR-6 used the "pool" concept rather than "server" specifically for >>> >> this reason; each "pool" is a separate logical namespace independent of >> any other pool, and two pool objects should not interact. They could >> both be backed by a file system (separate directories), or by the same >> SQL database connection (separate tables), or entirely separate Redis >> servers, or the same Redis server with automatic prefixing... that's all >> an implementation detail. At a logical level they're independent >> collections. >> >> Yeah, this perfectly summarizes what I managed to put in way too many >> words. Thanks, Larry :-) >> > > Good to see I can skip the book you wrote in the previous email because > I'm a bit short on time atm ;) > > I hear from Nicolas Grekas that the way PSR-6 does it is fine and > generally not an impl problem so I guess I'm fine treating every "Cache" as > a pool, I agree it does make it easier to interop and makes it possible for > libs to use flush() without wreaking havoc. > > I'd be very happy if you or Larry could work on a spec PR that does this > fine tuning of words though as I am kinda swamped.. > > Cheers > > -- > Jordi Boggiano > @seldaek - http://seld.be > > -- > You received this message because you are subscribed to a topic in the > Google Groups "PHP Framework Interoperability Group" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/php-fig/kSj_yVbkwOw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/php-fig/572634c1-1c9a-f716-c801-ef5817a0fc6d%40seld.be. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/CADqTB_jV4C5ovgbz65W_bXw0vrErKUwr_Syo9StOHTiu2Y66iQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
