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 » Fri Jul 15, 2016 10:55 am

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

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

Post by alt » Thu Jul 28, 2016 10:12 am

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 » Tue Aug 30, 2016 3:33 am

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: 985
Joined: Tue Apr 25, 2006 9:45 am

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

Post by alt » Fri Sep 02, 2016 11:02 am

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