the max_connections property is set to 0 (unlimited number of connections) but still the ems server keeps on spitting out this to tibemsd.log
[admin:somehost]: connect failed: reached maximum number of connections 0
how can this be possible?
Thanks!
To protect on the client side from overloading the server with connections, I wrote a simple commons pool2 class.