Re: [Cgi-session-user] Plug-ins for CGI::Session
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2008-03-12 21:44:16
|
Ron Savage wrote: > Hi Folks > > These are some thoughts I had on plug-ins. > > 1) > Does it make sense to define: > - A set of plug-ins for serialization > - A set of plug-ins for storage > - A set of plug-ins for id generation > > 2) > If so, which plug-in technology is (wait for it!) 'best'. > > Best is easily defined as 100% reliable (without too much overhead). > If the choice is up to me (it isn't) reliability is the only thing which > matters. Ron, I'm not sure what you are suggesting that isn't already there. As the "PureSQL" driver/serializer demonstrates, it's already possible and fairly clean to distribute these things externally and "plug them in" when needed. Mark |