Changes between Version 125 and Version 126 of FAQ


Ignore:
Timestamp:
Jun 24, 2019 5:45:46 AM (5 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v125 v126  
    11481148 1. If large number of TCP/TLS connections are needed, increase {{{PJ_IOQUEUE_MAX_HANDLES}}} to some large number (the default is only 64). 
    11491149 1. We've found that the simple GUID generator (used by GNU build system for *nix and MacOS X) will produce duplicate Id after approximately 2^14^ generations. This would cause things like transactions to have duplicated branch as previous transactions! On Linux, the {{{./configure}}} script will detect the presence of {{{libuuid}}} (part of [http://e2fsprogs.sourceforge.net/ e2fsprogs]) and use it if available, to avoid this problem. If you encounter this problem, please check if {{{libuuid}}} is available for {{{./configure}}} on your system. 
     1150 
     1151If you are using PJUS-LIB, then the maximum number of calls supported is configurable from {{{pjsua_config.max_calls}}} (default is 4). When increasing the limit, compile time options {{{PJSUA_MAX_CALLS}}} and {{{PJ_IOQUEUE_MAX_HANDLES}}} also needs to be changed accordingly (set the later to approximately 3 times {{{PJSUA_MAX_CALLS}}}). 
    11501152 
    11511153=== I try to use PJSUA-LIB to develop a server like application, but performance is poor === #pjsua-lib-perf