I think there was some talk here weeks ago (and something I had wondered about a while back) about using an object store coordinator pool. I think Mike brought it up -- Mike?
I don't recall this particular discussion (but then I talk a lot :) ), but Wonder does have ERXObjectStoreCoordinatorPool. You tell it how many stores you want and it will hand them out round-robin (well, a little bit fancier than that, as it tries to keep a session on the same pool, I think, and the current thread stays on the same pool). Each store has its own db connection. The downside of this is that you have multiple snapshot caches, so you potentially substantially increase your memory footprint.

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to