From: Zoran V. <zv...@ar...> - 2005-12-24 10:10:30
|
Am 23.12.2005 um 20:03 schrieb Stephen Deasey: > Yes, good points. I've uploaded a new patch which merges everything > into the core with minimal changes to existing C code. Let me know > how this looks. Great! > > Regarding API compatibility for Tcl code, I thought a wrapper ns_cache > command could be added to the tcl/cache.tcl file. What do you think? You mean "ns_cache eval" -> "ns_cache_eval" stuff? Yes, just place them there. There are not too many of them anyways. When I look thru our code, we just use ns_cache (create, eval, flush) so I will go and rename them to ns_cache_create etc. And, commit that code. And, happy christmas to you all! Thanks, Zoran |