VMKit is a very interresting project. Thanks.

For my OSGI bundles development I choose to make bundles as independent as
possible on other bundles. In this approach, I'm not sharing libraries like
logging, SAX, etc. and each bundle uses its own library set. Is this a bad
concept?

Stevens

On Sat, Mar 14, 2009 at 9:59 PM, Marcel Offermans <
marcel.offerm...@luminis.nl> wrote:

> Hello João,
>
> After reading what you're trying to do, I immediately had to think about
> some research I learned about when attending FOSDEM'09 recently. It's called
> VMKit, and based on it, they are doing research into using a new isolation
> abstraction for OSGi.
>
> References:
>
> http://vmkit.llvm.org/
> http://vmkit.llvm.org/osgi.html
>
> http://pagesperso-systeme.lip6.fr/Nicolas.Geoffray/papers/osgi-isolation.pdf
>
> Greetings, Marcel
>
>
> On Mar 14, 2009, at 21:36 , João Ferreira wrote:
>
> Yes Im using trunk code. I got this idea from this previous work [1] but
>> unfortunately the code is not available.
>>
>
>  After this i
>> still need to isolate the services in different threads so the
>> accounting is done properly.
>>
>> [1]http://www.vtt.fi/inf/pdf/publications/2008/P685.pdf
>>
>
>   I'm doing some work in OSGi in an attempt to add better resource
>>>> monitoring to osgi applications. My objective is to isolate the cpu
>>>> consumption across the different bundles. To implement this my
>>>> strategy is to group the different threads in ThreadGroups, where
>>>> there is a different ThreadGroup for each bundle.
>>>>
>>>
>
>  ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
> For additional commands, e-mail: users-h...@felix.apache.org
>
>


-- 
Le respect commence par celui de l'environnement

Reply via email to