From: Stephen D. <sd...@gm...> - 2008-05-23 19:45:21
|
On Sun, May 18, 2008 at 6:09 PM, Vasiljevic Zoran <zv...@ar...> wrote: > Hi again! > > This is yet-antother scrap candidate. I wonder if > anybody is still using this ancient interface? > I would like to get it out as to keep the code > smaller and simpler to maintain. It would be great if it could be made to compile as a standalone module, as was done with some of the old db modules that we removed, such as nsdbext. I think ns_share is pretty separate, maybe just need something to hang the per-server stuff off which is currently in the NsServer struct. Also, there is some ns_var stuff in nsd/tclvar.c that probably belongs with ns_share. I think the progression went ns_share -> ns_var -> nsv_*, with ns_var being born already superseded by nsv_* when aol released it. |