[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to create a Windows Service using Ruby?

Zubair Younas

3/28/2006 10:02:00 AM

Dear all,

I am a novice to Ruby. My first challenge is to develop a Windows
Service in Ruby. I am unable to find a way to do so yet. Any of you who
can help me regarding this will be highly appreciated.

Zubair Younas.

--
Posted via http://www.ruby-....


1 Answer

Dave Burt

3/28/2006 11:35:00 AM

0

Zubair Younas wrote:
> I am a novice to Ruby. My first challenge is to develop a Windows
> Service in Ruby. I am unable to find a way to do so yet. Any of you who
> can help me regarding this will be highly appreciated.

You might want win32-service:
http://rubyforge.org/docman/view.php/85/29/s...
http://rubyforge.org/frs/?group_id=85&relea...

Cheers,
Dave