On Sat, 2006-06-10 at 09:10 -0600, Kevin Williams wrote: > I just played with the service stuff for the first time (win32), and > it seems _almost_ perfect. > > The service installed and ran just fine. Stopping the service actually > did stop the service but the call threw an exception. Removing the > service seems to have only disabled the service rather than actually > removing it.
Yeah, there's an exception that sometimes gets thrown when you try to stop the service. This is due to how the win32-service code is written so there's not too much we can do about it right now. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
