Re: WO 5.4, Ajax polling and multi-threading questions
Re: WO 5.4, Ajax polling and multi-threading questions
- Subject: Re: WO 5.4, Ajax polling and multi-threading questions
- From: Anjo Krank <email@hidden>
- Date: Wed, 18 Feb 2009 15:35:25 +0100
Am 18.02.2009 um 15:26 schrieb Mike Schrag:
if i just turn on multi-threading and do not synchronize the EOF
calls, then if two or more requests came in for EOF related
operations they would choke? [is what i understand]
if you're making ajax calls that (as I understood it from your
original) are NOT touching eof, you're not going to lock against
EOF ... they're just unrelated method calls. if you have two direct
actions touching EOF, then yes, if you are .lock()ing properly, they
will become single-threaded at one of the layers of EOF.
But he'll be locking against the session, which may even be worse.
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