Page 1 of 1

How many clients can be connected with one smpp server ?

Posted: Fri Jul 15, 2016 10:55 am
by shwetank
How many clients can be connected with one smpp server ?

Re: How many clients can be connected with one smpp server ?

Posted: Thu Jul 28, 2016 10:12 am
by alt
There is no limit on connected clients. It depends on hardware.
You can also check queue state for each connected client and reject some request commands when receive queue is full.
So you can manage memory consumption in your SMPP application.

Re: How many clients can be connected with one smpp server ?

Posted: Tue Aug 30, 2016 3:33 am
by gsmart
Hi alt!

How to create many clients connect to one SMPP server using the same smpp account (note: number of client is dynamic).
Pls give me sample code!

Thanks!

Re: How many clients can be connected with one smpp server ?

Posted: Fri Sep 02, 2016 11:02 am
by alt
I suppose you need SMPP proxy or gateway.
I hope this WiKi page helps you SMPP Gateway