Hello, world,
I have wap-gate running - it works but time to time it stops to process requests. It
seems for me, that it happen as soon as quantity of connected mobile users increased
above of number of spawned wapbox threads. When number of connected mobile wap-users
is decreased, wap-gate againg processes requests properly.
The number of spawned bearerbox and wapbox threads are:
# ps xa | grep bear | grep -v grep | wc
14 126 966
# ps xa | grep wap | grep -v grep | wc
13 113 828
These numbers are constant over a long period.
What could be a problem? How can I track down the problem more detailed?
Thank you,
=====================================
Linux 2.4.23
gateway 1.2.1
libxml 1.8.15
_________
group = core
admin-port = 13000
wapbox-port = 13002
admin-password = *************************
wdp-interface-name = "*"
admin-deny-ip = "*.*.*.*"
admin-allow-ip = ************************
log-file = "/tmp/kannel.log"
log-level = 1
box-deny-ip = "*.*.*.*"
box-allow-ip = ************************
access-log = "access.log"
group = wapbox
bearerbox-host = localhost
log-file = "/tmp/wapbox.log"
log-level = 1
syslog-level = 2
force-sar = yes
_________