On Oct 20, 2008, at 7:48 PM, Jeff Schmitz wrote:

GREAT writeup Dave. Confirmed a lot of things for me, and opened my eyes on a few others. Only thing I can think of that you might add is something about performance issues (or why there really aren't any if that's the case) of having a lot of different editing contexts. Since WO has to keep all EC's up to date as things change, does this have much affect on performance? I'm sure I'll be reading through it a few more times so may have some more detailed questions/suggestion.

Keep the page cache size small to avoid a proliferation of ECs. WO only has to keep the ECs up to date if they share objects. If most of the objects they hold are not shared, the time to sync is negligible. Even for shared objects it is a not a large amount of time. You can also manage this by disposing an EC when you are done with it (and creating an empty one if needed).

Chuck


On Oct 18, 2008, at 5:53 PM, David LeBer wrote:

Hey folks,

I just posted some thoughts on using multiple ECs with WO (as there seemed to be a flurry of emails pertaining to that subject recently).

<http://davidleber.net/?p=322>

If you'd care to take a look and let me know if I got anything wrong or missed anything obvious I'd greatly appreciate it.

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:        http://www.linkedin.com/in/davidleber
twitter:        http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org

_______________________________________________
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/jeffandmonica%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
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/chill%40global-village.net

This email sent to [EMAIL PROTECTED]


--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
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