Hi Pyarsekaho,

I confirm that each Adapter Set installed in a Lightstreamer server is independent from each other.
Furthermore version 6.0 introduced separate ClassLoaders for loading the resources related with the various Adapter Sets.
As a consequence, classes pertaining to different Adapter Sets can no longer see each other, though they can still share any classes defined in the "shared" folder. Please refer to changelog of version 6.0 for further details.

Nevertheless this has major implications in case the Java In-Process Adapters library is in use.
In the case of Remote Adapters, as discussed in this thread, the implications are limited because the Adapter are implemented with technology freely chose by the developer, and the communication with the server simply rely on 3 TCP/IP connections and a well-defined protocol.

Regards,
Giuseppe