in reply to Re: multiple infinitive loops
in thread multiple infinitive loops

the eventloop is from win32::ole

it uses the WbemScripting.SWbemLocator for looking at incoming processes, when a process is recevied it goes back into it's loop.

It seems to be stuck at that specific event handler :(

when it reaches the ExecNotificationQuery->NextEvent(); it goes into a loop of its own and nothing is possible afterwards until I break out of it, which I don't want to because its an ongoing process

Oscar