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
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
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