What are the ramifications of using JCS from within an EJB container? The EJB specification warns against creating threads and using synchronization within EJB code. On the other hand, JCS heavily uses synchronization tactics. Is it possible to use a cache from an EJB without fear of deadlock or other abnormal behavior? Has anybody successfully used JCS in a J2EE application?
Thanks, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
