Issue #16681 has been reported by Josh Cooper.

----------------------------------------
Bug #16681: Using WMI to resolve user and group SIDs is very slow
https://projects.puppetlabs.com/issues/16681

Author: Josh Cooper
Status: Accepted
Priority: Normal
Assignee: Josh Cooper
Category: 
Target version: 2.7.x
Affected Puppet version: 2.7.19
Keywords: windows slow performance sid file owner group
Branch: 


Using native code to resolve a local user account into a SID 1000 times takes 
0.25 seconds. Using ruby's WMI code, it takes 33.93 seconds, more than 100 
times slower. We perform these lookups many times for each file when managing 
owner and/or group permissions.

Using native code also handles the case where the username is not qualified, in 
which case it will look for local user accounts first, then the primary domain, 
then trusted domains. This will help resolve issue #15326


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to