http://qs321.pair.com?node_id=565052


in reply to Win32::IPC and waiting

Hi

I've used the WaitForSingleObject API in native C code and it does not increase CPU load while waiting. So if Win32::IPC is using that API, I think you're good to go.

HTH, J