freebsd-ports/net/freeswitch-core/files/pkg-message.in
Josh Paetzel eff58e2192 Add net/freeswitch-core, part of a revamp to the freeswitch ports
PR:	ports/145369
Submitted by:	Eric F Crist <ecrist@secure-computing.net>
Approved by:	itetcu@ (mentor)
2010-06-11 22:26:45 +00:00

20 lines
543 B
Text

*****************************************************
* Please read *
*****************************************************
FreeBSD 7.x
There are some known issues with FreeBSD's libpthread
implementation and APR that can affect throughput at
high volume. A possible fix is to use libmap.conf to
remap FreeSWITCH. and its libraries to use libthr
(the better performance threading library)
/etc/libmap.conf
[freeswitch]
libc_r.so.5 libthr.so.2
libc_r.so.6 libthr.so.2
libpthread.so.1 libthr.so.2
libpthread.so.2 libthr.so.2