----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Dear list,

I need to design a high-traffic site with load-balanced configuration
and database caching. The problem is, that users will  communicate
by writing and reading to/from  database tables. So in the load-balanced
environment if one user writes to the database, database caches on other
machines need to be updated. 
 Is there any solution available ? I have tried one commercial
implementation
of mapping db tables onto Java objects, but it doesn't work on multiple
machines. Then I was thinking about using entity EJB, but are there
any really usable implementations of entity EJBs available ?

Thanks for any help

Martin


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to