lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Em Ter, 2003-12-16 às 12:13, Jeremy Cowgar escreveu:
[snip]
> The mod_lua is a clean C wrap. It currently ovewrites the print function
> to send output to the client, also provides a import and include
> function. It then exposes a tables, _REQUEST, _SERVER, _CONNECTION and
> then two other tables about the data sent from the client, _GET and
> _POST. Other than that, it also provides <?lua ... ?> block parsing so
> you can:
> <? for i=1,10 do ?>
> Hello <?lua print(_GET.name or _POST.name) ?>
> <? end ?>
[snip]

I'm curious, do you have any benchmarks comparing mod_lua vs php
performance?  Specially regarding string operations... (concatenation,
regular expressions, etc)?

--
Rafael Jannone