From: Pit Capitain Date: 2004-09-23T05:00:46+09:00 Subject: Re: WEBrick causing ruby process to hang? (on windows) Kevin McConnell schrieb: > Later, when I have some more time, I'll see if I can find the cause of > the hanging. Hi Kevin, I found this while looking at some old code of mine: trap("INT"){ s.shutdown; raise IOError } With this I could shutdown WEBrick hitting CTRL-C in the DOS window. The raise was necessary, but I don't remember why. HTH Pit