On Wed, Mar 24, 2010 at 12:18 PM, Suresh Kumar Subramanian
<[email protected]> wrote:
>
> Hi,
> Thanks for the suggestion.
>
>>Check Lua for server side scripting.
>
> Any other server side scripting can be used? How about perl?
> The reason is, I am completely new to Lua.

It all depends on how constrained you are in terms of storage and
memory. Perl occupies a lot of storage and you'll also need related
libraries for functions you'll want to use. I'd strongly recommend
that you use CGI with C executables or system utilities to read/write
data you need to. I recommended Lua as it is a compact interpreter.
There may be others similar in nature.

Googling for PHP compact versions got me this
http://www.scribd.com/doc/18171991/Running-PHP-on-Embedded-Devices.
YMMV.

-- Mohan Sundaram
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to