> By the way a benchmark I was running suggested that Python under ActiveScripting was 
>>extremely slow, about 100 times slower than JScript or VBScript, this was certainly 
>not >uplifting news.

I've found out that this was because the benchmark was using 
Server.Execute('some.asp') to execute the code that was being benchmarked. Performance 
without using Server.Execute but just calling a method was adequate but I think it was 
strange that JScript and VbScript performed that much better when using Server.Execute


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to