Large number of connections to manager api

I need several hundred simultaneous requests to manager API on one asterisk with reasonable response time. Is this achievable?

What is the situation with manager API stability in asterisk now? What is better - to have just one connection or maybe a pool of few (maybe up to 10) connections?

You should look at the AstManProxy http://www.voip-info.org/wiki/view/AstManProxy project for this. Asterisk Manager API does not like a large number of connections.

Scott