Re: Performance extension DLL not working in W2K8 unless in sessio
- From: "Paul Baker [MVP, Windows Desktop Experience]" <paulrichardbaker@xxxxxxxxxxxxxxxx>
- Date: Mon, 16 Mar 2009 11:51:52 -0400
Excellent! I am glad my guess was useful :)
So you just had to prepend "global\" to the name of your object?
Paul
"Greg Williams" <GregWilliams@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FEE9C8AF-1593-4B3B-9172-EE2BAE08CD84@xxxxxxxxxxxxxxxx
Paul,
Thanks for that link. It provided the hint I needed to figure out what
was
going on. The problem was that the named shared memory object used to
communicate the performance counters to my performance extension DLL was
not
in the global namespace. So a user session could not access the
performance
counters, which lived in a non-global named object created by my service
running in session 0.
It probably never really worked before W2K8 except in the case where the
user was logged into session 0. So the increased security in W2K8 exposed
a
bug in my performance extension implementation.
I don't claim to understand the details here, but if it is only happening
in
Windows Server 2008, I would take a look at how Session 0 Isolation, a
new
security feature, affects your application:
Session 0 Isolation
http://msdn.microsoft.com/en-us/library/bb756986.aspx
-- Greg
=====================
Greg Williams
Software Engineer
IBM Internet Security Systems
.
- Follow-Ups:
- Re: Performance extension DLL not working in W2K8 unless in sessio
- From: Greg Williams
- Re: Performance extension DLL not working in W2K8 unless in sessio
- References:
- Performance extension DLL not working in W2K8 unless in session 0
- From: Greg Williams
- Re: Performance extension DLL not working in W2K8 unless in session 0
- From: Paul Baker [MVP, Windows Desktop Experience]
- Re: Performance extension DLL not working in W2K8 unless in sessio
- From: Greg Williams
- Performance extension DLL not working in W2K8 unless in session 0
- Prev by Date: Re: Performance extension DLL not working in W2K8 unless in sessio
- Next by Date: Re: CSP, sign with certificate
- Previous by thread: Re: Performance extension DLL not working in W2K8 unless in sessio
- Next by thread: Re: Performance extension DLL not working in W2K8 unless in sessio
- Index(es):
Relevant Pages
|