External Modules

#1
Congratulations for your great work. I'm writing from Italy.
I'm using apache since 1998, but now i need a more powerful web server in term of performance. The only issue that avoid me to change web server is that i don't use it to serve static pages or dinamic pages coming from jsp, php and so on, but only dinamic xml outgoing a proprietary module written in C with customs logging files.

Does LiteSpeed support external modules?

Thank you for your response.
 

mistwang

LiteSpeed Staff
#2
Thank you for your praise.

Yes, LiteSpeed support external modules through the Fast CGI interface. This interface provide great performance which even beats Apache's in-process module. There is a C library available at http://www.fastcgi.com/. I believe you can easily implement this interface in your C module.

Best Regards,
George Wang
 
Top