On the behalf of Gustaf, as his email didn't
reach the list (for some obscure reason):

Begin forwarded message:

-------- Original-Nachricht --------
Betreff:        Re: [naviserver-devel] Benchmarks
Datum:  Mon, 11 Dec 2006 19:12:33 +0100
Von:    Gustaf Neumann <[EMAIL PROTECTED]>
An:     naviserver-devel@lists.sourceforge.net
Referenzen:     <[EMAIL PROTECTED]>



what happens, if you try byte-compiled code, e.g.:

test.adp
------------------------------------

<BODY>
Test list <%=[ns_fmttime [ns_time]]%>
<P>
<UL>

<%
proc foo {n} { for { set i 0 } { $i < $n } { incr i } { ns_adp_puts $i }}
foo 50
%>

</UL>
</BODY>





Reply via email to