 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| l |
Proxying for
remote access: "thin-client"
|
|
|
|
– |
No need for
database client code on the DBI client
|
|
|
| l |
Proxying for
network security: "encryption"
|
|
|
|
– |
Can use
Crypt::IDEA, Crypt::DES etc.
|
|
|
| l |
Proxying for
"access control" and "firewalls"
|
|
|
|
– |
handy for web
servers
|
|
|
| l |
Proxying for
action control
|
|
|
|
– |
e.g., only allow
specific select or insert statements
|
|
|
| l |
Proxying for
local access: "n-tier middleware"
|
|
|
|
– |
connect_cached(), memory
use, licensing limits
|
|
| l |
Proxying for
performance: "compression"
|
|
|
|
– |
Can compress
data transfers using Compress::Zlib
|
|