On 10/27/2012 12:50 PM, Elnaz wrote:
>> --
> But these jobs are running in parallel not one after another.
>>
When tasks run in parallel and need to update a shared
data, you need to synchronize the access to this data.
So, these jobs you have, they need to do their
own synhorization.
Lookup what methods or system cals are there in your env. for
doing this sort of thing.
>> --
> But these jobs are running in parallel not one after another.
>>
When tasks run in parallel and need to update a shared
data, you need to synchronize the access to this data.
So, these jobs you have, they need to do their
own synhorization.
Lookup what methods or system cals are there in your env. for
doing this sort of thing.