What is the maximum number of subscriptions I can use?
In my application there are 300+ integer properties and each requires a subscription. I've created 300+ subscriptions in XML and imported the shape. After I opened "Subscriptions" section in the composer, the platform took too long to respond thus killing my browser session. Next time, after a very long wait I managed to open "Subscriptions" page and found all of my subscriptions. Clearly it takes a long time to render the page since the XML file is quite large.
1. What are the limitations when it comes to "Subscriptions"?
2. Is AddDynamicSubscription() service a better alternative? If so, how can I monitor active subscriptions?
Cheers.

