Nice :)
It is due (afaik) to the fact that Tcl bytecode compiler compiles the
proc, but not the other code.
(In most applications, code outside procs is only used for
initialization and only runs once,
so it is not worth compiling).
> If one removes the commented out regions, leaving the code to be
> executed in a proc:
>
> Requests per second: 160.01
>
> Not a huge gain, but something worth considering.
>
> Oh, and BTW, PHP4:
>
> Requests per second: 112.43
>
> :->
> --
> David N. Welton
> http://www.efn.org/~davidw/
> http://tcl.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]