Link to home
Start Free TrialLog in
Avatar of yronnen
yronnen

asked on

Developing with Apache

Hello.

We are evaluating Apache as a web server and we want to build our application with it.

As I understand, there are 3 ways to write applications for Apache:
1. CGI
2. Loadble module.
3. ISAPI (though it is not recommended by Apache).

Performance is critical for our application so it seems that option 2 is the best.
However, it seems that we can write it using C and not C++. Am I right about it? Any other thoughts, suggestions for the ultimate beginner in Apache?

Thanks.
Avatar of trigger-happy
trigger-happy
Flag of Philippines image

You can right C++ apps for apache using cgicc.
http://www.cgicc.org

It's fairly easy to use but you should have mod_cgi installed in apache in order to use it.

--trigger-happy
Don't forget PHP. =) ASP. and ASP.net. All can be used in apache in some form or another.
ASKER CERTIFIED SOLUTION
Avatar of trigger-happy
trigger-happy
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yronnen
yronnen

ASKER

Well, the first requirement is performance. I should be able to stream live video with minimum latency.
Recommend: 50 pts to each answerer, and an administrative close on the question.
I would also like to state, for the record, in every instance I've used LAMP -- Linux/Apache/mysql and php, it's been faster than Windows 200X Server / IIS / Microsoft SQL Server and ASPX. I have to blame the GUI for some of it. Apache Linux is a good way to go for streamed connections if you prepare the hardware and software properly.