Hello there, I am trying to find some pointers on how I might create a Windows Service running on IronRuby. Any pointers would be appreciated. Thank you. Ameer Deen. -- Posted via http://www.ruby-forum.com/.
Would this be the answer? http://raa.ruby-lang.org/project/win32-service/ Ameer Deen wrote:> Hello there, > > I am trying to find some pointers on how I might create a Windows > Service running on IronRuby. Any pointers would be appreciated. Thank > you. > > Ameer Deen.-- Posted via http://www.ruby-forum.com/.
win32-service lets you control services This lets you create services. ultimately you''re running ir.exe a C# program with a bunch of command line parameters http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/d8f300e3-6c09-424f-829e-c5fda34c1bc7 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Dec 31, 2009 at 3:26 PM, Ameer Deen <lists at ruby-forum.com> wrote:> Would this be the answer? > > http://raa.ruby-lang.org/project/win32-service/ > > > Ameer Deen wrote: > > Hello there, > > > > I am trying to find some pointers on how I might create a Windows > > Service running on IronRuby. Any pointers would be appreciated. Thank > > you. > > > > Ameer Deen. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20091231/8f38376b/attachment.html>
Beautiful, understood. Thanks Ivan. Ameer. Ivan Porto carrero wrote:> win32-service lets you control services > > This lets you create services. ultimately you''re running ir.exe a C# > program > with a bunch of command line parameters > http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/d8f300e3-6c09-424f-829e-c5fda34c1bc7 > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero)-- Posted via http://www.ruby-forum.com/.
Got your book by the way and I''m liking it. Thank you. Ameer. Ivan Porto carrero wrote:> win32-service lets you control services > > This lets you create services. ultimately you''re running ir.exe a C# > program > with a bunch of command line parameters > http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/d8f300e3-6c09-424f-829e-c5fda34c1bc7 > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero)-- Posted via http://www.ruby-forum.com/.