Re: python threading admin actions weird problem

2010-08-14 Thread rahul jain
Sorry one more thing Sometimes it starts with check = False Its happening at random time. --RJ On Sat, Aug 14, 2010 at 7:36 PM, rahul jain wrote: > Hi there ! > > Some weird problem happening with admin actions. > > My admin action create threads which access a shared variable. > Those threa

python threading admin actions weird problem

2010-08-14 Thread rahul jain
Hi there ! Some weird problem happening with admin actions. My admin action create threads which access a shared variable. Those threads change the state of the variable for ex check = False (a boolean) One of the thread sets it to True At this time I am done with that entire request. Now if