Hi, I'm trying to test my kannel server to see how much load can it hold. I ran a couple tests and when I load kannel too much it collapses. I send 10 thousand messages to be serviced and kannel replies to about 500-2000 of them. While receiving the messages it starts throwing the following errors:
2006-09-27 11:27:30 [29216] [17] ERROR: Error while gw_gethostbyname occurs. 2006-09-27 11:27:30 [29216] [17] ERROR: System error 2: No such file or directory 2006-09-27 11:27:30 [29216] [17] ERROR: gethostbyname failed 2006-09-27 11:27:30 [29216] [17] ERROR: error connecting to server `lemontech.homelinux.com' at port `80' 2006-09-27 11:27:30 [29216] [17] ERROR: Couldn't send request to <http://lemontech.homelinux.com/sms/entel.php?movil=5699971696&user=3011&idmsg=73385t1t3h92xfe2k1i30an0&msg=Servicio+de+prueba&cobrar=1> 2006-09-27 11:36:36 [29275] [17] ERROR: Couldn't create new socket. 2006-09-27 11:36:36 [29275] [17] ERROR: System error 24: Too many open files 2006-09-27 11:36:36 [29275] [17] ERROR: error connecting to server `200.28.161.172' at port `80' 2006-09-27 11:36:36 [29275] [17] ERROR: Couldn't send request to <http://200.28.161.172/sms/entel.php?movil=5699971696&user=3011&idmsg=4uf7g452gb3t7e70p3894r4l&msg=Servicio+de+prueba&cobrar=1> 2006-09-27 11:37:08 [29275] [16] ERROR: Couldn't fetch <http://200.28.161.172/sms/entel.php?movil=5699971696&user=3011&idmsg=cg7j1o4291ex4497gcgjm0n0&msg=Servicio+de+prueba&cobrar=1> 2006-09-27 11:37:18 [29275] [16] ERROR: Error reading from fd 81: 2006-09-27 11:37:18 [29275] [16] ERROR: System error 104: Connection reset by peer 2006-09-27 11:37:18 [29275] [16] ERROR: Couldn't fetch <http://200.28.161.172/sms/entel.php?movil=5699971696&user=3011&idmsg=5d9b2s35n13u0s83ag6y717n&msg=Servicio+de+prueba&cobrar=1> And when it finishes receiving the messages, it starts throwing a lot of: 2006-09-27 11:40:25 [29275] [16] ERROR: Couldn't fetch <http://200.28.161.172/sms/entel.php?movil=5699971696&user=3011&idmsg=3suk26o6kpcr7017bya14j61&msg=Servicio+de+prueba&cobrar=1> When I used a local URL to send the SMS (a php on 127.0.0.1) I had no trouble, so it appears to be a connection speed/quality problem, still after kannel collapses I can call the (external server) service from the command line without problems and I have to restart kannel to make it able to send messages again. Anybody knows how to solve this, or have had similar issues? Thanks! ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
