Re: [Zope] slow DocumentTemplate (dtml) import speed
10 Jan
2001
10 Jan
'01
7 p.m.
Federico Grau writes:
... import of "DocumentTemplate" in CGI script takes too much time ... Check whether your Web Server supports FCGI.
If the Web Server is Apache, then there are several Apache modules to integrate Python inside Apache. I think Guido van Rossum uses "mod_snake". Search "comp.lang.python" via "www.python.org" or "dejanews". All these approaches would save you the new process spawn and the build up of its infrastructure all together. If you cannot use any of these options, then the Python "freeze" facility may help you. Dieter
9217
Age (days ago)
9217
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer