]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
speed improvements: change scheduler to SCHED_FIFO, Disable realtime throttling,...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Sep 2012 21:12:23 +0000 (16:12 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Sep 2012 21:12:58 +0000 (16:12 -0500)
commitdbf5153fb7d1b4d5a09f8c139b3d288c17656e74
treef35f38fda411368949d2c286f635e4a0dc2c9d5d
parent0fe6aa4d0a1c8ab58430c7b4c2530fe80c9bb69b
speed improvements: change scheduler to SCHED_FIFO, Disable realtime throttling, use in-memory db for sqlite core channels table (set core-db-name to 'core' in switch.conf.xml for previous behaviour of using the core sqlite file, now only aliases will be in the persistant db)
src/include/switch_core.h
src/switch_core.c
src/switch_core_sqldb.c