> My guess is that it's the initial start-up that's slow. This is a great > reason to use something like autotest, which will keep the process loaded > up. I wonder how that hell you could make that work with C# code though! > Watch the DLLs?!
coming late on this one - if this is useful to someone, you can quite easily watch the dll's using the built-in FileSystemWatcher (http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx). cheers, -- Thibaut > > Matt Wynne > http://blog.mattwynne.net > http://www.songkick.com > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
