lua-users home
lua-l archive

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


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