Hi,

I've searched for some clear explanation about the difference between connection and session attributes in mts_dispatchers but am still not clear about the differences.

It looks like session means the maximum number of concurrent user processes that can connect to a dispatcher while connection attribute means the maximum number of concurrent connections that can be made to the instance via the dispatcher. Also, connection attribute should be less than the session attribute.

Can someone give me an example to distinguish the differences?