About
FAQ
Location
Sponsors
News

Wiki

Presentations
Favorite Talks Schedule iCal export Submit a talk proposal



Users
Search Statistics
Register
Log in
top

DBD::Gofer: A Scalable Stateless DBI Proxy. For SOA and more!

By Tim Bunce
Date: Saturday, 1 December 2007 10:30
Duration: 30 minutes
Language:
Tags: cache database dbi gofer proxy scale soa stateless


The Perl DBI now includes DBD::Gofer -- a new stateless-proxy technology with pluggable transport layers. It's the "next big thing" for Perl DBI. Do you need high availability? Connection pooling? Scaling to thousands of clients? Result-set caching? Connect over unreliable links?

By avoiding the need for a permanent connection to a stateful proxy server, proxy requests can be treated more like web requests. Proven web technologies can then be applied to your Perl DBI database traffic. Come and see how DBD::Gofer can make your life easier.