Skip to main content
Known Participant
April 14, 2010
Question

Limits per application

  • April 14, 2010
  • 1 reply
  • 684 views

Hi,

Can anyone tell me whether it's possible to limit the amount of clients per application or just per server/virtualhost? There's a setting to limit bandwidth per client for applications but not maximum amount of clients as fas as I can tell.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    April 14, 2010

    Yes there is no setting but you can do it with simple server-side logic. Just keep track of number of clients coming in and reject once it goes above your limit. Now if you do not want it to reach application at all, you can code it in access adaptor.

    teel_Author
    Known Participant
    April 14, 2010

    Thanks. I forgot to mention that I'm running streaming edition, so I can't run my own code on the server

    Participating Frequently
    April 15, 2010

    Yep, thanks.

    I guess I'll have to see if I can use a dedicated virtualhost only for this application.


    Yes you can do that, since you can create multiple vhosts, create them and configure applications directory to location which contains application on which you want to put the limit.