[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: wsapi and luajit
- From: Ryan Raasch <ryan.raasch@...>
- Date: Mon, 5 Nov 2012 13:59:38 +0100
I am looking into using luajit on our ARM platform. We are using a really
outdated version of cgilua, which is in need of a big update.
At this point I really don't know where to start hacking. The
libfastcgi provides
an API to web applications (which we need, a persistent application). This
data is, in turn used by lfcgi.so in the WSAPI (which hasn't had
any activity in
the past few years). This data is in turn given to lua scripts which
are run using
liblua.
My first vague question would be... where to start? hehe. Should a
luajit wrapper
be written for libfastcgi, and all HTTP request code be in lua?
Or are there libluajit C routines so the current implementation
could be replaced with these, without running cmdline stuff?
Or should I use libfcgi.so (which is included in wsapi),
and wrap something around that?
Or are there other projects which I have not found?
Thanks,
Ryan