Apache::DBI type functionality but per-request

2001-01-15 Thread Vivek Khera
I tend to write my apps in a modular fashion, so that each module connects to the database and fetches its data and then disconnects. Often, a program will require data from several modules resulting in a lot of wasted connect/disconnect ops. Apache::DBI does solve this issue, but I don't want

Re: Apache::DBI type functionality but per-request

2001-01-15 Thread Perrin Harkins
On Mon, 15 Jan 2001, Vivek Khera wrote: I tend to write my apps in a modular fashion, so that each module connects to the database and fetches its data and then disconnects. Often, a program will require data from several modules resulting in a lot of wasted connect/disconnect ops.