FastCGI and CGI Library -> Build FastCGI and Apache
Jack <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks to all who replied. I'm glad to see that there are people using fcgi :) With regard to CGI library, Wybo used cgicc. I also played with it. I think the problem is that i can not use fcgi_stdio. Someone got it working with lower level fcgi interface though. Right now I'm using cgi-util, a C (not C++) package. Here comes my question 2: I have an application that uses a problematic library which has problems with .so (on Apache2, Linux) It can not be linked to .so projects. Its initialization always fails. It seems that I'm getting the same problem when running it from fcgi app. The app runs ok from command line. But if it's started by mod_fastcgi, it'll fail to initialize. So, I'm thinking of building mod_fastcgi into Apache source, just to avoid calling my app from a shared object mod_fastcgi. However, I'm not sure if anyone has managed to do that, as mod_fastcgi is typically used as a .so file. I'm not quite familiar with building apache2 modules into apache, nor with mod_fastcgi. I searched the net in the past few days and didn't find much useful info. So if anyone has experience with this, I'd be happy to know. Instructions would be even better. -- Best regards, Jack Friday, April 22, 2005, 1:46:44 PM, you wrote: MM> I use it a lot here at Megadata. MM> You can see the applications we use it for MM> at http://www.passur.com MM> You will see we use it in sophisticated, high-reliability applications. MM> matt MM> Bryan White wrote: >> Jack wrote: >> >>> Hello all, >>> >>> The list doesn't seem to be active... >>> Is anyone still using fastcgi? >> >> >> I use fastcgi with C++ a lot. It works well. However I developed my >> own libraries for communicating with the server and for doing CGI stuff >> like handling GET/POST variables, file uploads and cookies as well as a >> template language for formatting pages. I do not know how well general >> purpose CGI libs would interact with fastcgi. >> >> I am not a liberty to release the code I have developed. I would have >> to get authorization and then spend a fair amount of time isolating the >> generic stuff from the stuff that is very specific the the company I >> work for. For example all my code assumes a PostgreSQL database is in use. >> >> If you have specific questions I will try to answer. >> ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/