On Fri, Aug 18, 2006 at 07:08:13PM -0700, Nitin Gupta wrote: > Hi, > Is there any option in asterisk to load all the prompt files into > memory on startup, so that it doesn;t have to hit the disk to read > prompts for any call. > Or any plugin / suggestion to avoid hitting the disk for prompt files?
If they're small enough and/or you have enough memory, you can try to keep them in the IO buffers: a cron job that will cat all the relevant files to /dev/null ocasionally. No idea if this actually works... -- Tzafrir Cohen sip:[EMAIL PROTECTED] icq#16849755 iax:[EMAIL PROTECTED] +972-50-7952406 jabber:[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.xorcom.com _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
