From: Hal Fulton Date: 2005-07-18T06:56:56+09:00 Subject: Re: stopping a drb server Mark Volkmann wrote: > > I ran your code and was not able to break out with a Ctrl-c. > Could this be a Windows-specific problem? > I think it is -- I seem to recall being annoyed by this before. I believe I ended up starting another thread that would do a 'gets' or something and then kill the other threads after it saw the user hit the keyboard. This may also be problematic if e.g. you first hit some other key besides enter -- I think that cause(s|d) problems. Hal