You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Guillaume Nodet <gn...@gmail.com> on 2007/02/08 22:10:14 UTC

Mixing persistent / in memory processes

I haven't seen any way to specify at deployment time
for a given process if it will use the standard persistent
Dao or an in-memory dao.

I think this could be a useful feature to improve performance
of processes that do not need persistence, while allowing
to use a single JBI component.

I guess this would be another addition to the deployment
descriptor.  Thoughts ?

-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/

Re: Mixing persistent / in memory processes

Posted by Matthieu Riou <ma...@gmail.com>.
Yep, should work in the same way. Hopefully.

On 2/8/07, Guillaume Nodet <gn...@gmail.com> wrote:
>
> It seems I overlooked the in-memory element
> of the deployment process ...  I need to try that
> but it should work in jbi too, right ?
>
>
> On 2/8/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > I haven't seen any way to specify at deployment time
> > for a given process if it will use the standard persistent
> > Dao or an in-memory dao.
> >
> > I think this could be a useful feature to improve performance
> > of processes that do not need persistence, while allowing
> > to use a single JBI component.
> >
> > I guess this would be another addition to the deployment
> > descriptor.  Thoughts ?
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Architect, LogicBlaze (http://www.logicblaze.com/)
> > Blog: http://gnodet.blogspot.com/
> >
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Architect, LogicBlaze (http://www.logicblaze.com/)
> Blog: http://gnodet.blogspot.com/
>

Re: Mixing persistent / in memory processes

Posted by Guillaume Nodet <gn...@gmail.com>.
It seems I overlooked the in-memory element
of the deployment process ...  I need to try that
but it should work in jbi too, right ?


On 2/8/07, Guillaume Nodet <gn...@gmail.com> wrote:
> I haven't seen any way to specify at deployment time
> for a given process if it will use the standard persistent
> Dao or an in-memory dao.
>
> I think this could be a useful feature to improve performance
> of processes that do not need persistence, while allowing
> to use a single JBI component.
>
> I guess this would be another addition to the deployment
> descriptor.  Thoughts ?
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Architect, LogicBlaze (http://www.logicblaze.com/)
> Blog: http://gnodet.blogspot.com/
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/