[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] How do TCL works?
- Subject: Re: [cobalt-developers] How do TCL works?
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Sat Jun 10 05:44:50 2000
- Organization: Pomfret Computer Technologies
> For those that are interested, there are two server-side Apache extensions
> that will execute Tcl script just like mod_php does for PHP:
>
> Mod_dtcl : http://comanche.com.dtu.dk/dave/
> Velocigen: http://www.binevolve.com/velocigen/
CORRECTION:
Velocigen *IS NOT* an Apache extension. I haven't had enough coffee this
morning.
For those of you who are holding off running Tcl server-side, take a look at
Velocigen. It seem to run as a 'layer' on your webserver which handles the
Tcl script calls and terminates 'bad' programs before they have a chance to
bring your server down.
If anyone gives Velocigen a shot, please let me know your results with it.
BC