Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] OSGi with realtime issues

Kenny,

You can use OSGi in a realtime environment such as BEA WLRT, but your
other questions are a little odd. Bundles are not Threads, so they
don't have priorities and they don't get scheduled.

If you're looking for something familiar to compare a bundle with,
then it's closer to a JAR than a Thread. So put your questions in that
context: what would it mean for a JAR to be "finished in a limited
time" or for a JAR to be "scheduled" or to have "priorities"? These
questions don't make sense for a JAR, and they don't make sense for a
bundle.

Hope this helps. Regards,
Neil


On 9/1/06, Kenny Su <kennysu.tw@xxxxxxxxx> wrote:

Hi All:

If it is possible for OSGi has realtime characteristic, such as realtime
scheduling or timer ?
There may be some bundles need to be finished in a limited time, and OSGi
has a realtime
scheduling to handle it. (It would like OSGi can adjust the bundle
priorities)

I don't know if this makes sense, hope someone can give me some suggestions.

Thanks a lot.

Kenny



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





Back to the top