I need to cache some data that is both physically large and expensive to
compute.  I can suffer only one copy in memory, and it must be refreshed
at intervals in the background - not while the user is waiting for a
response.

I am doing this in the web tier.  How can it be done in the EJB tier?

Jeff

> -----Original Message-----
> From: Dan Christopherson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 1:25 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] J2ee spec thoughts
> 
> Schnitzer, Jeff wrote:
> >
> > I 100% agree with the need for singletons, btw.  It's pretty much
> > impossible to legally cache something in J2EE apps.  Not all of us
are
> > building ecommerce systems, we don't always need 100% transactional
> > integrity.
> >
> 
> even in transactional systems, not every access needs transactional
> integrity - there are always 'read-mostly' types of entities that are
> static for all practical purposes.
> 
> -danch


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to