How many clients can be connected with one smpp server ?

.NET library for SMPP protocol
Locked
shwetank
Posts: 1
Joined: Thu Jul 14, 2016 10:41 am

How many clients can be connected with one smpp server ?

Post by shwetank »

How many clients can be connected with one smpp server ?
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

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

Post 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.
gsmart
Posts: 8
Joined: Fri Dec 25, 2015 3:01 am

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

Post 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!
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

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

Post by alt »

I suppose you need SMPP proxy or gateway.
I hope this WiKi page helps you SMPP Gateway
Locked