search for: handres

Displaying 2 results from an estimated 2 matches for "handres".

Did you mean: handles
2010 Sep 24
1
A new tryout with Topix two years later
...(0x10062, 0x136298): stub fixme:process:GetProcessWorkingSetSize (0xffffffff,0x32fa48,0x32fa50): stub fixme:advapi:RegisterEventSourceA ((null),"TOPIX8"): stub fixme:advapi:RegisterEventSourceW (L"",L"TOPIX8"): stub fixme:advapi:LookupAccountNameW L"" L"handres" (nil) 0x1618060 (nil) 0x1618068 0x1618064 - stub fixme:advapi:LookupAccountNameW L"" L"handres" 0x1bd678 0x1618060 0x1bdb58 0x1618068 0x1618064 - stub fixme:advapi:LookupAccountNameW L"" L"handres" (nil) 0x1618060 (nil) 0x1618068 0x1618064 - stub fixme:...
2009 Aug 15
4
Isn't there any performance issue when saving serialized attributes every time?
In edge rails, serialized attributes are saved every time no matter they are changed or not: def update_with_dirty if partial_updates? # Serialized attributes should always be written in case they''ve been # changed in place. update_without_dirty(changed | (attributes.keys & self.class.serialized_attributes.keys)) else