Limit of bundles and corresponding performance

2010-07-02 Thread Sander de Groot
Hi, Our production environment consists of >= 500 websites and are currently all written in PHP. We're considering moving from PHP to Java but are unsure if its the right choice and if it is even possible with that many sites. (memory?) At the moment we're considering to use Felix as the con

Re: Limit of bundles and corresponding performance

2010-07-02 Thread Marcel Offermans
Hello Sander, On Jul 2, 2010, at 12:27 , Sander de Groot wrote: > Our production environment consists of >= 500 websites and are currently all > written in PHP. We're considering moving from PHP to Java but are unsure if > its the right choice and if it is even possible with that many sites. >

Re: Limit of bundles and corresponding performance

2010-07-02 Thread Sander de Groot
Hi Marcel, Thanks for your reply. On 07/02/2010 12:58 PM, Marcel Offermans wrote: Hello Sander, On Jul 2, 2010, at 12:27 , Sander de Groot wrote: Our production environment consists of>= 500 websites and are currently all written in PHP. We're considering moving from PHP to Java but are

Re: Static references in OSGi

2010-07-02 Thread Richard S. Hall
On 7/2/10 2:20, Atle Prange wrote: Hi, i have a question about static references and how they are treated in OSGi. Will singletons stay in memory after a bundle has been unloaded and leak memory, or can i safely create huge amounts of static references? And what about ThreadLocals? Can I use th

Re: Limit of bundles and corresponding performance

2010-07-02 Thread Richard S. Hall
On 7/2/10 6:27, Sander de Groot wrote: Hi, Our production environment consists of >= 500 websites and are currently all written in PHP. We're considering moving from PHP to Java but are unsure if its the right choice and if it is even possible with that many sites. (memory?) At the moment w

[iPojo] How Integrate ipojo online manipulator into eclipse pde

2010-07-02 Thread Javier Serrano Arnaiz
Hi! Anybody knows how to integrate ipojo online manipulation into eclipse pde? Ant`s workflow donĀ“t work correctly for me. Thanks in advance

Re: Static references in OSGi

2010-07-02 Thread Richard S. Hall
On 7/2/10 9:06, Richard S. Hall wrote: On 7/2/10 2:20, Atle Prange wrote: Hi, i have a question about static references and how they are treated in OSGi. Will singletons stay in memory after a bundle has been unloaded and leak memory, or can i safely create huge amounts of static references?

Re: Static references in OSGi

2010-07-02 Thread David Savage
On Fri, Jul 2, 2010 at 2:34 PM, Richard S. Hall wrote: > On 7/2/10 9:06, Richard S. Hall wrote: >> >> On 7/2/10 2:20, Atle Prange wrote: >>> >>> Hi, >>> >>> i have a question about static references and how they are treated in >>> OSGi. >>> >>> Will singletons stay in memory after a bundle has bee

Embed-Dependency does not work

2010-07-02 Thread Sudhir Dharmadhikari
Hi - I saw couple threads about Embed-Dependency not working. But not sure if it was fixed or if there is any other way. Here is my code, Nothing gets embedded in the bundle . I have tried couple of things , for example, writing name of dependency instead of "*", turning on/off "inline" . Can

Re: Embed-Dependency does not work

2010-07-02 Thread Chris Blunck
I typically do this: *;scope=compile|runtime {maven-dependencies},. Make sure you are running the latest maven-bundle-plugin. -c On Fri, Jul 2, 2010 at 12:51 PM, Sudhir Dharmadhikari < sdharmadhik...@verient.com> wrote: > Hi - I saw couple threads about Embed-Dependency not working. Bu

Re: iPOJO services registered event?

2010-07-02 Thread Henrik Niehaus
Am 01.07.2010 19:40, schrieb Clement Escoffier: > Hi, > > On 01.07.2010, at 18:39, Henrik Niehaus wrote: > >> Hi, >> >> I'm wondering, if there is a way to detect, when all services of a >> component are registered. E.g. I have a component, which provides the >> service ResourceBundleProvider >>

Re: iPOJO services registered event?

2010-07-02 Thread Clement Escoffier
On 02.07.2010, at 19:03, Henrik Niehaus wrote: > Am 01.07.2010 19:40, schrieb Clement Escoffier: >> Hi, >> >> On 01.07.2010, at 18:39, Henrik Niehaus wrote: >> >>> Hi, >>> >>> I'm wondering, if there is a way to detect, when all services of a >>> component are registered. E.g. I have a compone

Re: Embed-Dependency does not work

2010-07-02 Thread Justin Edelson
needs to go inside . On 7/2/10 12:51 PM, Sudhir Dharmadhikari wrote: > Hi - I saw couple threads about Embed-Dependency not working. But not > sure if it was fixed or if there is any other way. > > Here is my code, Nothing gets embedded in the bundle . I have tried > couple of things , for exam

Re: Limit of bundles and corresponding performance

2010-07-02 Thread Guo Du
On Fri, Jul 2, 2010 at 12:22 PM, Sander de Groot wrote: > Okay, I was expecting this question. The problem however is: I can't give > you a definitive answer. Like I said: these bundles are actually just web > applications (WAR) with a single point of entry (single servlet per-bundle). You may "th