> The idea is interesting, but aren't there many security concerns in 
> offering a cgi that executes foreign code? 

What I mentioned is not CGI. It's also not executing "foreign" code--it
would set up to process only files under your control.

The original poster wanted a simple Template server, and Apache::Template
seemed to be a simple way of doing it. Simple for both server and client. Of
course, you could use PPerl or one of the ::Daemon modules, but it would be
both slower and marginally more complicated. Or you could set up a Web
Service using SOAP::Lite, and although cool, would probably be slower and
_much_ more complicated. :)


> Isn't simpler just to embed a perl interpreter into python:
> 
http://search.cpan.org/~gaas/pyperl-1.0/perlmodule.pod

Looks interesting but perhaps stillborn--never updated since uploaded in
2001 with a failing linux test.  I highly doubt embedding TT2 into python
would end up being simpler.

- Mark.


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to