> > I don't even want to get into database sharding and I suppose if the > application grows to need sharding, it may also grow past an ORM. >
If you start going that far, you may want to look at the Hibernate Sharding project: https://www.hibernate.org/414.html At which point, you may also want to look at building the application model with POJOs, and using distributed caching, etc. > Thanks for the help, at this point, I'm going to pursue load balancing from > the JDBC level and see where that takes me. > I'll be interested to see how that goes. I'm curious to see if you will need access to the Java Connection objects to pull this off, which may not be possible with CF. Mark -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
