Skip to main content

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

Hi Rok

Which provider are you using (i.e. XMPP, generic, jms, jgroups, etc?). Your reference to the resource value makes me think it's XMPP, but I want to make sure. Reason I ask is that the ability to get and unget a service multiple times is going to be sensitive to how the provider exposes that capability...so I'd just like to get that context to understand your problem.

If it is XMPP, then this may be a limitation which could be relaxed in future versions of ECF.

Thanks,

Scott


Kosir, Rok wrote:
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

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top