| Sign In/My Account | View Cart |
| Article: |
Nukes: the Open Source Java CMS | |
| Subject: | Confused | |
| Date: | 2003-06-07 21:17:32 | |
| From: | anonymous2 | |
|
Response to: Confused
|
||
| Store in a file-based session. This ties you to one machine, instead of being 'web-farm' ready, but it works. Dunno if it's how jboss/nukes is doing it or not though. | ||
Showing messages 1 through 4 of 4.
accross a cluster we can use a replicated cache. clustered sessions in JBoss use it. that means that when the user is in memory and nukes updates it, the cache detects the field change (by bytecode manipulation) and replicates the change accross the cluster.