-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High CPU Usage #4
Comments
@davidgrupp thanks for the reply. But I guess @acdvorak already seen this issue and is too busy with other projects/work. I will let this Issue open, maybe he finds the time in the future. |
@thaxy well if you (or anyone else) needs the change it looks like https://github.com/reliablehosting/named-pipe-wrapper has the fix applied (they also created the PR). You can just clone that repo and compile from source to get a working build. Best of luck! |
You just confirmed what I wrote in my edited original post. But I'm fine with that if this makes it clearer. |
Hi,
I have a client in a WindowsService which does the following:
The UI application acts as the server:
Problem:
If my UI application is closed the CPU Usage goes up to 100% on one core.
I guess this is due a missing sleep where the client tries to connect to the server.
Greetings thaxy
Edit:
This Issue was fixed with this reliablehosting@f7267a4 commit in this pull request #3 I hope that acdvorak will update this with his own code. His syntax and knowledge is awesome.
The text was updated successfully, but these errors were encountered: