Hi Jan,

Yes I rebuilt GnuGK and now I can handle more than 300 concurrent
calls on a centOS6.4-PC Thanks!

Regards,

Bo


Hi Bo,

with a custom compiled GnuGk executable you should be able to handle a
few hundred concurrent calls on a single server.

Make sure you use LARGE_FSET on Linux for high call loads.

Regards,
Jan

-- 
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail  : jan@...
Website: http://www.gnugk.org
Support: http://www.willamowius.com/gnugk-support.html

Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584


On Mon, Jan 19, 2015 at 2:01 PM, Bo Xu <boxuscie...@gmail.com> wrote:

> Hi,
>
> I built gnuGK from CVS on centOS6.4 successfully, when I test it, I found
> when the call number is more than around 126, I got the following error:
> ...
> Assertion fail: Operating System error, file ptlib/unix/tlibthrd.cxx, line
> 402, Error=24
> <A>bort, <C>ore dump, <I>gnore? a
> ...
>
> the relative assert code is:
> ...
> PAssertOS(::pipe(unblockPipe) == 0);
> ...
>
> I searched and found the following solution (ulimit -n 32768):
> http://sourceforge.net/p/openh323gk/mailman/message/30192181/
>
> after I run ulimit -n 32768, then start gnuGK, I don't get the
> assert-error anymore, but I still cannot make more than around 126 calls.
> i.e., there is no error message now, but the extra call will be rejected if
> the call-number is more than around 126.
>
> Could you tell me how I can increase the maximum call? is there any
> parameter of gnuGK or linux I can modify so I can make more calls? Thanks!
>
> Regards,
> Bo Xu
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________________

Posting: mailto:Openh323gk-users@lists.sourceforge.net
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

Reply via email to