Re: CDB_File

2004-03-20 Thread Matt Sergeant
On 20 Mar 2004, at 07:54, David Hodgkinson wrote: On 20 Mar 2004, at 0:54, Lester Vecsey wrote: I'm serving many web requests with an apache modperl handler, and I'm doing lookups on a CDB_File within the handler, using 'tie' to open the cdb file for every request that com

Re: CDB_File

2004-03-19 Thread David Hodgkinson
On 20 Mar 2004, at 0:54, Lester Vecsey wrote: I'm serving many web requests with an apache modperl handler, and I'm doing lookups on a CDB_File within the handler, using 'tie' to open the cdb file for every request that comes through. Is there a way to gain more performanc

CDB_File

2004-03-19 Thread Lester Vecsey
I'm serving many web requests with an apache modperl handler, and I'm doing lookups on a CDB_File within the handler, using 'tie' to open the cdb file for every request that comes through. Is there a way to gain more performance by somehow doing a tie/open just once when the a