From: Brian Candler Date: 2009-05-21T21:10:00+09:00 Subject: Re: [ANN] snailgun-1.0.2 Roger Pack wrote: > I assume it just loads the libs then forks off processes on demand? > Nice. You kind of could make a windows compat one--it would just have > to start a process in the background (on deck) each time it's run, > something like that. As well as fork(), I am passing open file descriptors for stdin/stdout/stderr across a Unix domain socket. So if there were a Windows version, I don't think it would have very much in common with this one :-) -- Posted via http://www.ruby-forum.com/.