| View previous topic :: View next topic |
| Author |
Message |
piotrcode
Joined: 13 Jun 2006 Posts: 3
|
Posted: Tue Jun 13, 2006 2:06 pm Post subject: PHP-WIN.EXE and the processes |
|
|
When I start phpw aplication the process php-win.exe is initiated (i check if the process is initiated by pressing Ctrl+Alt+Del). When I end phpw aplication the process IS NOT KILLED. Therefore when I start and quit the same aplication for exaple 20 times a day I will have 20 procesess php-win.exe in the computer memory - it also tires the processor.
Can it be improved? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Tue Jun 13, 2006 2:08 pm Post subject: |
|
|
| Are you sure that you are quitting the application correctly by calling "Gtk::main_quit()" when your window is destroyed? |
|
| Back to top |
|
 |
|