Thin clients and other buzz words
Proxying for remote access: "thin-client"
- No need for database client code on the DBI client
Proxying for network security: "encryption"
- Can use Crypt::IDEA, Crypt::DES etc.
Proxying for "access control" and "firewalls"
Proxying for action control
- e.g., only allow specific select or insert statements
Proxying for performance: "compression"
- Can compress data transfers using Compress::Zlib