[Dproxy-devel] Memory cache implemented
Brought to you by:
mattpratt
From: Andreas H. <hof...@in...> - 2000-02-15 05:10:32
|
Hi, I just checked in the first try for memory cache and MX handling. These features are experimental and need more testing. MX records. ----------- To check that out, run configure with "--enable-mx' and recompile. This switch will enable some config options in "dproxy.conf" and the mx handling code. memory cache ------------ Benjamin sent me the linked list implementation (thanks!) and I implemented the memory cache as discused in earlier postings. The 'purge_time' parameter in dproxy.conf will now control how long entries are kept in memory. At the moment, dproxy dumps the memory cache to the debug output on each call to cache_purge, this will create _huge_ debug logs. Next ---- We can now start to implement the 'refresh' stuff. Any new Ideas on that ? What about the wildcard matching in the domain block code? Anybody who like to implement that? Ciao. Andreas |