[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: SV: SV: Anyone want to test mod_lua for apache 2?
- From: Rafael Jannone <jannone@...>
- Date: Tue, 16 Dec 2003 13:19:04 -0200
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