Dyanamic loading of apache hash table.

2008-12-03 Thread Jayasingh Samuel
Hai, I have a hash map which takes its input and key from a file. I store it on the server Startup. Now the file content will be changed automatically and i want to reload the hash map automatically after hitting some handler. What i see is, after reloading the hash map using the handler,

Re: Dyanamic loading of apache hash table.

2008-12-03 Thread Mads Toftum
On Wed, Dec 03, 2008 at 07:04:24PM +0530, Jayasingh Samuel wrote: I have a hash map which takes its input and key from a file. I store it on the server Startup. Now the file content will be changed automatically and i want to reload the hash map automatically after hitting some handler.