views:

39

answers:

1

Is it possible to control throttling on callback? So the server would be limited(controlled) how often it can callback the client.

A: 

yes.. there is a way you can define the max limit of users... you can add max no of concurrent calls, instances and sessions.

Sample config...

Amit
I was asking about the callback method, i don't think instances, sessions, users make any sense for a callback.
Vitalik