[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Members variables in OSGi Services
|
Hi forum,
I have started to think about using Equinox as the server-side Run-Time
environment
for my project. But I soon started to realize that when I move the bundles
server-side
there will be threading issues (e.g. multiple users) with variable access. I
search but could not find
any general ideas on how to think about such simple things like members
variables.
But I guess that in this area OSGi is much like J2EE Servlets; All users
will be using
the same instance of the object instance, so member variables is a shared
entity between
all concurrent users. Is my assumption correct?
BR
Leo