Thread: Coders needed
View Single Post
Old 12-15-2004, 07:17 PM  
iBOUNCER
Confirmed User
 
Join Date: Nov 2004
Location: Monster Rain
Posts: 214
I've written and reviewed millions of lines of code over the years in a dozen different languages on a half-dozen platforms, and I agree with richard 100%.

Quote:
Originally posted by richard
LOL.

Whatever you do, don't ask this guy to actually write any code for you.

Short of writing your own server, the fastest would theoretically be an apache module coded in C.

After that, the question isn't about which language you're writing in, it's about the configuration of the server.

Both Perl and PHP are interpreted, so they must be compiled on-the-fly. The main difference is that PHP is normally installed as an apache module, which means apache compiles the code itself, compared with having to execute "Perl.exe" for perl code.

You can invert that, and have PHP running via the CGI as an external executable, and Perl compiled into apache (mod_perl).

Then you've got things like fastCGI, Zend performance suite, etc etc etc.

That's without taking into consideration the programmer's skill.


__________________
Secure PHP Programming - Secure E-Commerce Design
Site & Server Security Reviews - Code Reviews

The new and improved iBOUNCER. Give us a try.

ICQ: 201971159 or http://www.iBOUNCER.com
iBOUNCER is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote