On Thu, Jul 11, 2013 at 2:20 PM, Chris Chen <[email protected]> wrote:
> If there are no better alternatives, it is likely we will take that path. > Thanks Ben. > The only other option that comes to mind is that if the C program's functionality is largely implemented within a library, you could wrap that library using ctypes or similar, and forgo CGI altogether. This solution is highly dependent upon the C program's internal structure and would be fragile. I would suggest using a CGI frontend, as this interfaces using a well-defined method. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
