in reply to Re: dbiproxy and compression
in thread dbiproxy and compression
I ran the proxy in the debugger and stepped through the code as it received the connection. It certainly attempted to Compress::Zlib::uncompress on every message received from the socket. The problem was that the message was not compressed.
However, I can find no mention in the client-side connection libraries that compression was an option. I added compression=gzip to the DSN (as suggested in the O'Reilly book, but not in any PODs) to no effect. Is this just a pipe dream?
Has anyone successfully ever gotten DBI::Proxy to talk to dbiproxy (DBI::ProxyServer) with compression enabled?
Alternately, is there another way to transparently compress data with the DBI modules?
Ben
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dbiproxy and compression
by talexb (Chancellor) on Nov 06, 2007 at 17:29 UTC | |
by bcrust (Novice) on Nov 06, 2007 at 19:56 UTC | |
by talexb (Chancellor) on Nov 06, 2007 at 20:21 UTC | |
by bcrust (Novice) on Nov 07, 2007 at 17:17 UTC |