From: Qatanah on
Hi,

Are there a lot of users uses TCL for cgi? or any web development
using TCL?
From: Cameron Laird on
On Jun 10, 5:11 am, Qatanah <marlon.abas...(a)gmail.com> wrote:
> Hi,
>
> Are there a lot of users uses TCL for cgi? or any web development
> using TCL?

Yes, Tcl is widely-used as a server-side scripting language for Web
applications, although demonstrably less so, for the moment, than PHP
and Python.
From: Harald Oehlmann on
On 10 Jun., 12:11, Qatanah <marlon.abas...(a)gmail.com> wrote:
> Are there a lot of users uses TCL for cgi? or any web development
> using TCL?

A lot ? I don't know, we use it.

CGI has quite drawbacks, because the interpreter is started for each
request.
Better use one of the web frameworks, modules, tcl web servers...

I would apreciate, if you could test rivet, the tcl apache servelet
module.

I need testers for the rpm's at:
http://software.opensuse.org/search?q=rivet

Arnulf Wiedemann mentioned on the European TCL User Meeting, that he
is working on Zend for TCL:
http://wiki.tcl.tk/25821

Regards,
Harald
From: Qatanah on
On Jun 10, 10:50 pm, Harald Oehlmann <wortka...(a)yahoo.de> wrote:
> On 10 Jun., 12:11, Qatanah <marlon.abas...(a)gmail.com> wrote:
>
> > Are there a lot of users uses TCL for cgi? or any web development
> > using TCL?
>
> A lot ? I don't know, we use it.
>
> CGI has quite drawbacks, because the interpreter is started for each
> request.
> Better use one of the web frameworks, modules, tcl web servers...
>
> I would apreciate, if you could test rivet, the tcl apache servelet
> module.
>
> I need testers for the rpm's at:http://software.opensuse.org/search?q=rivet
>
> Arnulf Wiedemann mentioned on the European TCL User Meeting, that he
> is working on Zend for TCL:http://wiki.tcl.tk/25821
>
> Regards,
> Harald

ok, it looks great i'll try to use apache rivet.. Please do have a
page for the list of hosting with rivet support.

Thanks!