Aloysius Thevarajah Lloyd wrote: > Hello, > > Currently I am using PHP for all my Custom AGI development. But Can u share > with the experience *[ Performance]* with the other development > environments. Such as
Are you running the PHP code as FastAGI? If not this will speed up your scripts no end because they're always running and don't have to start-up each time, same goes for any other language for that matter, constant start/stop will reduce overall performance. Other things to consider to improve performance in general include minimising read/writing to files, as will optimising SQL queries/tables. -- 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]
