OpenSolaris

Printable Version Enter a New Search
Bug ID 6255593
Synopsis svc.configd's per-client entity management is O(N)
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:smf
Keywords onnv_triage
Responsible Engineer Jonathan Adams
Reported Against snv_13
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_23
Fixed In snv_23
Release Fixed solaris_nevada(snv_23) , solaris_10u2(s10u2_07) (Bug ID:2135449)
Related Bugs
Submit Date 14-April-2005
Last Update Date 30-January-2007
Description
[dep, 14Apr2005]

  svc.configd uses a linked-list to manage a client's entities.
  Clients with lots of entities experience poor performance.  It should
  probably use an AVL tree instead.

 xxxxx@xxxxx.com 2005-04-14 21:40:18 GMT
Work Around
N/A
Comments
N/A