On Mon, 23 Feb 2004, Stefan Cars wrote: > Hi everyone and Gerald! > > Anyone that has any tips on performance tuning Embperl to make stuff go > faster? Besides loading modules and making sure that we have enough forked > processes so we don't have to start them later. > > / Stefan Cars
General perl performance tuning should help dramatically. Also, I'd suspect that using perl modules for blocks of code that do very little output, rather than embperl functions, would improve overall performance. I'm not certain it helps, but conceptually, it should. It has the side benefit of enabling one to build command-line tools that share the same code, either for purposes of debugging without Apache getting in the way, or to implement admin functions which cannot be hijacked from the web. Ed --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]