Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?
Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?
- Subject: Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?
- From: Chuck Hill <email@hidden>
- Date: Mon, 8 Jun 2009 15:43:59 -0700
Is the session terminated if this happens? I think that is what
should happen. How long does it wait before deciding to give up
waiting for the session to be checked in?
Thanks
Chuck
On Jun 7, 2009, at 4:12 PM, Mr. Pierre Frisch wrote:
I have actually rewritten this code in WO 5.6 and the sessions
deadlock should be something of the past. The thing is that there is
no need to way forever for a session to check in. The new approach
is to have a semaphore and timeout so that threads get released and
do not wait forever on a fail session.
Cheers
Pierre
--
Pierre Frisch
email@hidden
On May 28, 2009, at 6:55, Anjo Krank wrote:
Am 28.05.2009 um 15:49 schrieb Kieran Kelleher:
Only reason I wouldn't is when I am trying to troubleshoot a
problem with the awesome ERXSessionStoreDeadlockDetection. Pity it
does not work with concurrenr request handling on. It probably is
just not possible. No way ;-)
Nope, it's not possible. The whole idea is that you track requests
coming serially, which only works reasonably when the app lock
prevents this from occurring normally.
You *could* create a timer and only log if the last access has been
longer than X seconds, though...
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
_______________________________________________
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
--
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden