Re: [naviserver-devel] Performance comparison of base64 encoders

2014-12-09 Thread Jeff Rogers
I just checked, and ns_base64encode is also faster than [binary encode base64] by about a factor of 2. -J Gustaf Neumann wrote: > Dear friends, > > Maybe, someone finds this information useful: > > just now, i did a quick comparison of the various > options for base64 codecs. It shows that NaviS

[naviserver-devel] tcl modules

2014-12-09 Thread Jeff Rogers
Hi all, It looks like a tcl-only module declared in the conf file will get loaded twice by init.tcl (as a network and a non-network module). There's a mention in init.tcl about needing to do a 2-phase loading of the network modules, but loading modules twice seems wrong. ns_section ns/ser

Re: [naviserver-devel] Performance comparison of base64 encoders

2014-12-09 Thread Bernhard van Woerden
Thanks, that will be very useful especially for large files. Regards Bernhard On 7 December 2014 at 13:01, Gustaf Neumann wrote: > Dear friends, > > Maybe, someone finds this information useful: > > just now, i did a quick comparison of the various > options for base64 codecs. It shows that Na