On Fri, 1 Feb 2019 11:50:58 -0500
Andrew Piskorski <a...@piskorski.com> wrote:

> work around the "Nsvs only store strings" limitation

This "limitation" is rather the only generic and 
safe option! And it is pretty trivial in implementation.

To see the other possibility, look in the tsv in the
threading extension. It is much more complicated but allows
one to "share" objects between threads w/o constant to/from
string conversion. But it is black magic (rather complex)
and limited (by the very nature of Tcl_Objs) to some well
known simple object types.

Cheers,
Zoran




_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to