in reply to Re: (Modules || Libraries) usage
in thread (Modules || Libarires) usage
You can convert your libraries into modules for various reasons, but speed isn't necessarily one of them.
It would probably be better to do some benchmarking and figure out what is slow. Now, benchmarking might be easier if you had your code in small, digestable chunks in a module.
As mentioned the other responses, if you are running CGI code through a server, mod_perl will likely solve many of your speed problems.
|
|---|