Click here to Skip to main content
15,902,779 members
Home / Discussions / C#
   

C#

 
AnswerRe: Saving on a Cell C# Pin
Richard MacCutchan3-Nov-09 5:46
mveRichard MacCutchan3-Nov-09 5:46 
QuestionHow to send a BREAK signal to RS232 Pin
cansaco3-Nov-09 5:31
cansaco3-Nov-09 5:31 
AnswerRe: How to send a BREAK signal to RS232 Pin
OriginalGriff3-Nov-09 5:35
mveOriginalGriff3-Nov-09 5:35 
QuestionRegEx to match formula groups [modified] Pin
Björn T.J.M. Spruit3-Nov-09 4:15
Björn T.J.M. Spruit3-Nov-09 4:15 
AnswerRe: RegEx to match formula groups Pin
PIEBALDconsult3-Nov-09 4:42
mvePIEBALDconsult3-Nov-09 4:42 
GeneralRe: RegEx to match formula groups Pin
Björn T.J.M. Spruit3-Nov-09 4:59
Björn T.J.M. Spruit3-Nov-09 4:59 
GeneralRe: RegEx to match formula groups [modified] Pin
PIEBALDconsult3-Nov-09 5:44
mvePIEBALDconsult3-Nov-09 5:44 
GeneralRe: RegEx to match formula groups [modified] Pin
Björn T.J.M. Spruit4-Nov-09 5:09
Björn T.J.M. Spruit4-Nov-09 5:09 
AnswerRe: RegEx to match formula groups Pin
OriginalGriff3-Nov-09 5:33
mveOriginalGriff3-Nov-09 5:33 
GeneralRe: RegEx to match formula groups Pin
Björn T.J.M. Spruit4-Nov-09 23:02
Björn T.J.M. Spruit4-Nov-09 23:02 
Questioncreating a report Pin
JollyMansArt3-Nov-09 4:07
JollyMansArt3-Nov-09 4:07 
QuestionC# default interface method? Pin
Mark McArthey3-Nov-09 4:05
Mark McArthey3-Nov-09 4:05 
AnswerRe: C# default interface method? Pin
Ghydo3-Nov-09 5:07
Ghydo3-Nov-09 5:07 
GeneralRe: C# default interface method? Pin
Mark McArthey3-Nov-09 6:43
Mark McArthey3-Nov-09 6:43 
GeneralRe: C# default interface method? Pin
Ghydo3-Nov-09 7:36
Ghydo3-Nov-09 7:36 
AnswerRe: C# default interface method? Pin
PIEBALDconsult3-Nov-09 7:40
mvePIEBALDconsult3-Nov-09 7:40 
AnswerRe: C# default interface method? Pin
Gerry Schmitz3-Nov-09 19:09
mveGerry Schmitz3-Nov-09 19:09 
QuestionIssue Launching UI Application from windows service in c# Windows Pin
platso_5883-Nov-09 3:46
platso_5883-Nov-09 3:46 
AnswerRe: Issue Launching UI Application from windows service in c# Windows Pin
Covean3-Nov-09 4:07
Covean3-Nov-09 4:07 
GeneralRe: Issue Launching UI Application from windows service in c# Windows Pin
platso_5883-Nov-09 20:16
platso_5883-Nov-09 20:16 
GeneralRe: Issue Launching UI Application from windows service in c# Windows Pin
Covean3-Nov-09 22:03
Covean3-Nov-09 22:03 
GeneralRe: Issue Launching UI Application from windows service in c# Windows Pin
platso_5884-Nov-09 4:09
platso_5884-Nov-09 4:09 
GeneralRe: Issue Launching UI Application from windows service in c# Windows Pin
Covean4-Nov-09 5:19
Covean4-Nov-09 5:19 
QuestionPerformance Counter Instance Volatility Issues Pin
Last Attacker3-Nov-09 3:05
Last Attacker3-Nov-09 3:05 
Hi everyone
(I hope this is the appropriate place to ask this)

Performance Counter Instances, is there some way to persist them? Can I set it up in some way so that (if need be) a certain service/process can keep them alive even if all the other services are stopped/dead? Currently, as soon as the counters doesn't perform read/write operations to those Counter Instances within a certain time or if the Process/Service that used them closes, then they no longer exist.

The reason why I need instances is that we need to associated multiple "Entities" to the same kind of Counters, i.e. to know if "Entity A" made a number of Authorizations Per Second, and how much "Entity B" did, etc. which all fall under a Counter "C" (for argument sake).
Now using Instances seems like the way to go but because of the problems mentioned above, it doesn't seem viable.
So the only way we currently can solve this is to recreate the Category and create new Counters which implies a desired "Entity" (which will be expensive and more complicated in the end).

Unfortunately I no longer have the time to explore this further and I have spent a whole lot of time on Performance Counter research. Is there someone who could be able to assist?

Thanks

- Last Attacker

Questionbasic understanding in c# threading. Pin
tomerb153-Nov-09 2:18
tomerb153-Nov-09 2:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.