2008/12/16 wmiller <[email protected]>:
>
>> 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.

You should avoid 'eval', at least in any context where the input could
come from a remote user by way of URL, post data, query string etc
etc. What are you trying to do that requires eval?

Graham

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to