HyperHCl / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

Feature request: provide a way to re-read config file / inject self into running processes #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Modify config file
2. Restart service for this to take effect
3. All running processes lose their rendering and must be restarted

Is there a way to force gdipp to reread its config file for changes I have 
made?  The problem is that when I shutdown service, all running apps lose 
rendering and must be restarted.  With Unix apps usually you can send a HUP 
signal to get them to reread their config without restarting.

Or, is there a way for gdipp to inject itself into running processes the 
way GDI++ was able to?

What version of gdipp are you using? On what operating system (with
bitness)?
0.5.2 on Win7 Pro x64

Original issue reported on code.google.com by greatq...@gmail.com on 11 Mar 2010 at 6:40

GoogleCodeExporter commented 8 years ago
The rendering settings are read when the process is starting, not when the 
service is
starting. Therefore the easiest way to force re-read of a certain process is to
restart it. However, the exclusion settings are read both at the starting of the
process and the service. Only in case you want to exclude injection, you have to
restart the service.

Original comment by crendk...@gmail.com on 11 Mar 2010 at 7:01

GoogleCodeExporter commented 8 years ago

Original comment by crendk...@gmail.com on 17 Mar 2010 at 8:17