Hi All,
Does Starling work on Windows?
My development platform is WindowsXP and I am using starling-starling
(0.9.9) gem
Starling Server throws this error when I run this simple test.
>>>
E, [2008-12-16T14:18:24.159000 #1956] ERROR -- : Error handling
request: Bad file descriptor - /var/spool/starling/my_queue
<<
My test code is:
require 'starling'
starling = Starling.new('
127.0.0.1:22122')
puts starling.inspect
starling.set('my_queue', 12345)
starling.get('my_queue')
Could some one please tell me why I get this error?
Is there something I am doing wrong here?
Does Starling work on Windows or should I move my development to
Linux?
Thanks much
Sam