Re: Cahcing data in EJBs
From: Vlado (vladislav74_at_abv.bg)
Date: 10/15/03
- Previous message: Sebastian Zickau: "Java VM conflict on start with running VM in Browsers"
- In reply to: Metodi: "Cahcing data in EJBs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Oct 2003 16:56:22 -0700
metodi.mladenov@t-online.de (Metodi) wrote in message news:<e041084b.0310130159.5a4871e8@posting.google.com>...
> Hi All,
>
> does anybody knows a good way to cache data that will be used by EJBs
> to operate on it? Unfortunatelly I can not use threads (as you already
> know:)) and Entity Beans because the data comes not from Data Base. I
> would like to store some information in the memory because retrieving
> it is too expensive.
>
> Thanx and regards,
> Metodi
Hi,
what kind of data (objects) you want to cache?
If using some cache, you have to access each element in it via some key.
What do you mean with "I can not use threads"?
regards
Vlado
- Previous message: Sebastian Zickau: "Java VM conflict on start with running VM in Browsers"
- In reply to: Metodi: "Cahcing data in EJBs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|