[Dproxy-devel] new cache stuff
Brought to you by:
mattpratt
From: Andreas H. <hof...@in...> - 2000-02-11 02:41:43
|
Hi, I just commited some new files for the cache handling. Everything is untested and not yet integrated into the main module. Changes are - parsing of cache entries is now in cache_data.[ch] - cache file stuff is in 'cache_file.[ch] - cache2.[ch] is the new cache interface. - WARNING : the format of the cache entries has changed ! Be carefull if you try anything. Anybody out there who want to implement the linked list stuff ? We need this for next steps on the cache redisgn. (refresh & memory cache) See my last posting on that. Another topic: Some of the files in the CVS are not neccessary, eg. Makefile.in Makefile configure etc. because they can be re created by autoconf & automake. If they are in the CVS could cause some confusion. I want to remove them, but that means that everybody of you need the tools. Please try to 'make maintainer-clean' then 'automake --foreign Makefile' and 'autoconf'. This will recreate all files from scratch. Please tell me, if this works for you so I can remove the files from the repository. Ciao Andreas |