Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Multiple users and the Equinox console


Or you can implement a web ui using one of the HTTP services available in Equinox.

The simple answer is that this just was not a requirement.  Contributions are welcome :-)

Jeff



Pascal Rapicault/Ottawa/IBM@IBMCA
Sent by: equinox-dev-bounces@xxxxxxxxxxx

05/23/2007 11:37 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
"Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>, equinox-dev-bounces@xxxxxxxxxxx
Subject
Re: [equinox-dev] Multiple users and the Equinox console





The intent of the console is not to be a full blown remote management
facility, but simply a lightweight way to connect to the framework. This is
why there is no support for multiple users, secure connections and other
fancy things like these.
Also note that in the future we are hoping to replace our own console in
favor of the felix or kp one because we don't really like our flat
namespace.

It JMX is ok with you, you may want to give a shot at the JMX support we
have in the equinox incubator
(http://www.eclipse.org/equinox/incubator/monitoring/index.php)

HTH,

PaScaL




                                                                         
            "Jeremy Volkman"                                              
            <jvolkman@gmail.c                                            
            om>                                                        To
            Sent by:                  "Equinox development mailing list"  
            equinox-dev-bounc         <equinox-dev@xxxxxxxxxxx>          
            es@xxxxxxxxxxx                                             cc
                                                                         
                                                                  Subject
            05/23/2007 11:18          [equinox-dev] Multiple users and    
            AM                        the Equinox console                
                                                                         
                                                                         
            Please respond to                                            
                 Equinox                                                  
               development                                                
              mailing list                                                
            <equinox-dev@ecli                                            
                pse.org>                                                  
                                                                         
                                                                         




Hi all,

Is there any fundamental reason that the (remote) Equinox console only
supports one simultaneous user, or was multi-user support just out of
scope at implementation time?  My first thought was that it had to do
with synchronization issues (e.g., only one person should be
removing/installing bundles at a time). However, two bundles should be
able to perform the same framework operations simultaneously.

We're using Equinox at the core of a long-running server app, and we
frequently use the console for some development and administrative
commands. We often run into the single user constraint when someone
forgets to log out, and it'd be nice if the console supported
simultaneous users.

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


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


Back to the top