Leif Madsen wrote: > * I'm sure there are some circumstances when C isn't always the > fastest, but 1) I don't program in C, and 2) I can't think of any > situations where that wouldn't be true :)
Doing highly optimised ASM is always faster then C :) But unless you're as mad as a cut snake most people just use high level languages. As per my previous email, the biggest killer is starting/stopping, making a C module for asterisk also over comes the start/stop issue. For PHP you can speed up the actual running with things like eaccelerator and/or other PHP caching solutions, depending what you are doing you can also help things from the backend with triggers, stored procedures and foreign keys in the database rather then doing it in the front end. -- 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]
