Re: Application Stops Responding - Strange Conditions
Re: Application Stops Responding - Strange Conditions
- Subject: Re: Application Stops Responding - Strange Conditions
- From: Anjo Krank <email@hidden>
- Date: Wed, 20 Apr 2005 10:18:16 +0200
Hi,
Am 20.04.2005 um 07:31 schrieb Hunter Hillegas:
ma.addObject( pageWithName( "Main" ));
ma.addObject( this );
This is not a particularly good way to do what you want. If you are two
levels deep, then you'd create two pages of which at least one will get
thrown away. Add to that the various session check-in/out issues that
you are encountering, you're probably better of just putting a dict
containing the names and display names and other info you need to
create the breadcrumbs, as you said you are using DAs anyway.
Other than that, look in ERXApp's code to find out about the session
store deadlock detection, it might give you some hints (you need to run
single-threaded to use it).
Cheers, Anjo
_______________________________________________
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