Aloysius Thevarajah Lloyd wrote: > Hello Duane, > > I am not using FastAGI(). Recnetly I found some performance issues with > PHP AGI.
While PHP isn't the fastest kid on the block, unless you are willing to resort to C or even ASM it's good enough for most people if they take the time to optimise things. To go from AGI to FastAGI there is a few gotchas like variables still holding old values needing to be cleared and some small changes to make PHP code run for all intents and purposes forever. Also using FastAGI instead of AGI you can have the AGI code running on a second box, or multiple boxes and load balance between them etc. -- Best regards, Duane http://www.freeauth.org - Enterprise Two Factor Authentication http://www.nodedb.com - Think globally, network locally http://www.sydneywireless.com - Telecommunications Freedom http://e164.org - Because e164.arpa is a tax on VoIP "In the long run the pessimist may be proved right, but the optimist has a better time on the trip." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
