[AWS] Concurrency in AWS

Maciej Sobczak prog at msobczak.com
Fri Sep 7 09:33:00 CEST 2007


Dmitriy Anisimkov wrote:

>>> 2. Some of these concurrent invocations can actually affect the same 
>>> physical Handler object in a given time.
>>>     
>> Yes.
>>   
> There is concurrent reading, There is NO concurrent modification of the
> Handler by the Client requests.

The handler's Dispatch procedure can explicitly modify the handler state 
as part of its logic.

Regards,

-- 
Maciej Sobczak : http://www.msobczak.com/
Programming    : http://www.msobczak.com/prog/



More information about the AWS mailing list