Hi,
Kannel by defaut supports keep-alive. You can disable that by adding
'--disable-keepalive' option in configure script.
Make sure your HTTP server also supports keep-alive.
Reagrds,
Cezary
On 09/03/2011 07:46, Pierre-Pierre Courant wrote:
Hello,
My question is the HTTP request perform by SMS-service when an
incoming SMS message is received, is it made over TCP protocol?
If yes, does it use 1 TCP connection per request or can make several
request per TCP connection?
For example, if 3 SMS messages arrived in the SMS box with the same
keyword.
The SMS-service will send 3 HTTP requests to the same server in 1 TCP
connection or 3 ?
Thank you,
Pierre.