From: Shea Martin Date: 2006-03-23T01:23:51+09:00 Subject: Re: TCPSocket.accept blocks signals on win32? Joel VanderWerf wrote: > Shea Martin wrote: >> Mark Volkmann wrote: >>> It is a mystery to me too. Sometimes I can break out of Ruby code >>> using Ctrl-C under Windows. Other times I need to use Ctrl-Break. >> What signal does CTRL-Break send? I can't seem to trap it with 'KILL', >> 'INT', or 'TERM'. > > If windows is like unix/linux, you can't trap KILL, anyway. So maybe > Ctrl-Break is KILL. > Aah, yes.