> It doesn't need C code and can be just as fast as normal WSGI
> application. Am too busy at the moment to explain further, maybe later
> today.
>
> Graham
quick update, I got it working as you suggested:
Action pyp-scripts /pyp-interpreter
WSGIScriptAlias /pyp-interpreter /home/username/www/dev/wsgi/
pyp.wsgi
<Directory /home/username/www/dev/htdocs>
AddHandler pyp-scripts .pyp
</Directory>
The templating is working as designed and it's pretty responsive
subjectively speaking. For those who might be interested, I'll post
some code and benchmarks after taking some time to clean up the code
and figure out a "safe" way to use eval within the template.
Thanks again for the tips!
-Walter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---