From: Stephen D. <sd...@us...> - 2005-10-21 06:50:20
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13973 Modified Files: ChangeLog Log Message: * nsd/modload.c (Ns_ModuleLoad): Although the first two arguments to Ns_ModuleLoad are called server and module, they're really just two arbitrary strings passed to the module. The nsdb module for examples passes the driver name and configuration path. For this reason we cannot realy on knowing the current virtual server and so cannot allocate an interp from the per-thread cache. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.229 retrieving revision 1.230 diff -C2 -d -r1.229 -r1.230 *** ChangeLog 21 Oct 2005 06:22:14 -0000 1.229 --- ChangeLog 21 Oct 2005 06:50:11 -0000 1.230 *************** *** 1,4 **** --- 1,11 ---- 2005-10-20 Stephen Deasey <sd...@us...> + * nsd/modload.c (Ns_ModuleLoad): Although the first two arguments + to Ns_ModuleLoad are called server and module, they're really just + two arbitrary strings passed to the module. The nsdb module for + examples passes the driver name and configuration path. For this + reason we cannot realy on knowing the current virtual server and + so cannot allocate an interp from the per-thread cache. + * include/ns.h: * nsd/tclobj.c: Generalise the ns_thread routines for wrapping a C |