On Friday, March 1, 2002, at 11:59 AM, Rob Nagler wrote:
> I argue strongly against storing state in
> the middle tier, which adds complexity.  The same argument applies to
> stored procedures.  Databases are good at storing data, not executing
> code.


$terrence = {
        hobby => Class::MakeMethods -> hacker (type => 'Just Another'),
        addiction => 'Chess on ICC as princepawn',
        job => 'seeking' ,
        URL => 'http://www.metaperl.com'
        };

Reply via email to