Re: [naviserver-devel] Windows nsd build breaks on tclhttp.c SSL_get_cipher

2019-01-22 Thread Gustaf Neumann
On 22.01.19 07:44, Andrew Piskorski wrote: On Thu, Jan 17, 2019 at 10:10:35PM +0100, Gustaf Neumann wrote: Maurizio has built binaries of NaviServer 4.99.17 with openssl-1.1.1a [2]. I sure could use some hints on how he built NaviServer on Windows! I guess he's not reading this, so I'll try co

[naviserver-devel] ns_sourceproc vs. ns_register_tcl

2019-01-22 Thread Gustaf Neumann
Here is a question for the people longer than me at the project: - NaviServer has currently two implementations for .tcl requests:    "ns_register_tcl" and "ns_sourceproc", where the first one    does similar things in C what the latter does in Tcl. - "ns_register_tcl" is used by default, when "

Re: [naviserver-devel] ns_sourceproc vs. ns_register_tcl

2019-01-22 Thread Zoran Vasiljevic
ns_sourceproc is ancient and might as well be declared deprecated. at some point in time one should throw away at least some of the burden carried arround for a long time. The ns_register_tcl is the way to go. i am sure we have quite a few of such things in the code that require cleanup... Chee