On 6/10/06, Kevin Williams <[EMAIL PROTECTED]> 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. >
Hi Kevin, as Zed said, the problem is how win32-... erh, actually, how ruby-threading model play with Native Threads. I've been working on workarounds for this, but top of my priority list are other projects, will work on this 2 weeks from now (starting june 19). > > On 6/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hello Windows Users! > > > > > > I have finally got my new computer with it's win32 build working and > > > have just done the first pre-release for 0.3.13 that has win32 support. > > > > > > *** All win32 users should try to grab the pre-release and tell me if it > > > works. *** > > > > > > You can install it with: > > > > > > $ gem install mongrel --source=http://mongrel.rubyforge.org/releases/ > > > > > > > Correction! You have to do these things instead: > > > > gem install win32-service > > gem install mongrel --source=http://mongrel.rubyforge.org/releases/ > > gem install mongrel_service --source=http://mongrel.rubyforge.org/releases/ > > > > Then you'll now not use mongrel_rails_service, but instead just use > > mongrel_rails and you'll get these commands: > > > > - restart > > - service::install > > - service::remove > > - service::start > > - service::stop > > - start > > - stop > > - version > > > > The service::install, service::remove, service::start, and service::stop > > now all do what the mongrel_rails_service sript did. > > > > This means DO NOT DO THIS ON PRODUCTION SITES!!!!!!!! > > > > Sorry for the confusion. Thanks. > > > > Zed A. Shaw > > > > > > _______________________________________________ > > Mongrel-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > -- > Cheers, > > Kevin > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
