Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Multi-login support in ecf

Hi,

we are trying to implement capability for one service to login with the same username multiple times.

This was partly accomplished when changing the resource value to add random integer to it.

However this made it possible for same user to login multiple times(we are trying to use services for remote management, which can be run on different system at the same time, with same username). At the moment te problem is with the ServiceRegistration utility, which is storing data about services in Dictionary. When one instance is shut down, the reference to the service is gone. This is preventing multiple instances of a service to be run effectively on the network.

Is there any solution or workaround this already in ecf?

Thanks,
Rok



Back to the top