On Tue, 2012-08-07 at 02:43 +0300, Georgios Petasis wrote:

> Dear Massimo,
> 
> I have managed to setup rivet in my pc, and works (sort of).
> Everything seems to run, init.tcl gets executed, all packages are loaded 
> (including the two dlls), and then a critical error happens:
> 
> [Tue Aug 07 02:28:03 2012] [crit] (20014)Internal error: 
> Tcl_RegisterChannel: duplicate channel names
> 
> I assume that there is a problem with the MPM. I don't know what MPM is 
> used, but I would assume mpm_winnt (and not prefork). httpd -l shows:
> 
> Compiled in modules:
>    core.c
>    mod_win32.c
>    mpm_winnt.c
>    http_core.c
>    mod_so.c
> 
> How do you think we should proceed from this point?
> 
> Regards,
> 
> George
> 

from http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html

"This Multi-Processing Module (MPM) is the default for the Windows NT
operating systems. It uses a single control process which launches a
single child process which in turn creates threads to handle requests"

having a threaded worker answering requests you're certainly running
into problems with Rivet, as we never addressed this point. Apache 2.4
can select the MPM run time, which version of the server are you
running?

 -- Massimo 


---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to