Re: multiple space/scalability problem
Dan Creswell <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
xaea alvein wrote: > i need some code on combining multiple space to gain scalability, like > managing synchronization between each space and such. anybody has any idea? > Can you be more specific please? Are you dealing with a load which is read-mostly? If you are, I can see how some form of synchronization will help you scale. Otherwise, I tend to see synchronization as providing you with potential resilience improvements but the cost is more communication so performance doesn't necessarily improve. Of course, there are ways around this but they may not be valid - it's going to be dependent on your data-access pattern. Best wishes, Dan. =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html