Re: Object Store
Re: Object Store
- Subject: Re: Object Store
- From: Mike Schrag <email@hidden>
- Date: Wed, 11 Apr 2007 10:05:32 -0400
You have to be sort of careful, because making new EOF stacks means
you have to deal w/ cache freshness issues. If you're using Wonder,
this is not really an issue -- you can just turn on:
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5
and it will keep the stores in sync. The other thing to consider is
that for each object store, you get a new snapshot cache, which means
cache memory usage is going to be 5x more (if coordinators = 5).
ms
On Apr 11, 2007, at 9:53 AM, Frank Stock wrote:
We have an application with a lot of SOAP-CALLS. It seems that our
Object Store is becoming a bottle-neck (MySQL). I did some stress-
testing and one of the calls goes from 1 second to 22 seconds under
heavy load. I did a test with a new Objects Store, just for that
call and it goes to 2 seconds. How can I make more (30?) object
stores that I can use in my SOAP-CALLS to speed up my application?
Sometimes the speed is unacceptable for our clients.
Thanks,
Frank Stock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mdimension.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Object Store (From: Frank Stock <email@hidden>) |