According to Benchmarks in the mod_perl books, the speed of execution was not significantly slower
Couples with the reusability, extensibility, and faster integration of oop style code, i went for OOP
On Apr 2, 2005, at 8:29 AM, Octavian Rasnita wrote:
Hi,
As a general idea, what way do you suggest to create the modules that will
be used with mod_perl?
Using the functional style (with the Exporter module), or using the object
oriented style?
I am asking this because I want to maximize the speed of the execution, and
I know that the OOP way might be slower.
Thank you.
Teddy