Re: Apache Pascal Module



On 30 déc, 21:15, Olivier Pons
<olivier.dot.pons.at.gmaildot....@xxxxxxxxxxxxxx> wrote:
I've just finished an Apache module.
It's blazingly fast (278 times faster than a php equivalent, to be precise).

Could it be a lot of work to :
- take a Pascal file written with specific functions ;
- convert it to a C-file module that could be compiled then linked with Apache ?

This is a place where, except C files, *nothing* has been done.
There are more than 60 % of the www servers that are based on an Apache solution, and still *nothing* has been done to help develop Apache modules really quickly. What took me 3 weeks to develop may have taken 1 week in Pascal, and I'm pretty sure it would be more maintanable. I hope I'll be able to read and understand what I've done in, say 6 months, even though I've put a lot of comments. Pascal files are easier to read and to write.

--
Olivier Ponshttp://olivier.pons.free.fr/

see http://wiki.freepascal.org/FPC_and_Apache_Modules
.