harini iyer
2009-Dec-01 04:19 UTC
[Backgroundrb-devel] How to make the UNIXSocket work on Windows
Hi, Win32-utils doesnt seem to have an interface for sockets. When I give the ''ruby script/backgroundrb start'' , I got an error in master_packet.rb saying that UNIXSocket unimplemented. This was understood since I am working on Windows Vista. However, I tried Socket.socketpair which did not work either. Is there a workaround for this? Is there a patch available for starting the backgroundrb server on windows? I installed the win32-utils and I am still stuck on the UNIXSocket.pair() error in the packet module. Thank You, Harini -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20091201/1187e71b/attachment.html>
Justin Wood
2009-Dec-01 04:32 UTC
[Backgroundrb-devel] How to make the UNIXSocket work on Windows
I did a lot of messing around and installed cygwin and that worked. On Tue, Dec 1, 2009 at 5:19 PM, harini iyer <harini.r.iyer at gmail.com> wrote:> Hi, > > Win32-utils doesnt seem to have an interface for sockets. When I give the > ''ruby script/backgroundrb start'' , I got an error in master_packet.rb saying > that UNIXSocket unimplemented. This was understood since I am working on > Windows Vista. However, I tried Socket.socketpair which did not work either. > Is there a workaround for this? > Is there a patch available for starting the backgroundrb server on windows? > I installed the win32-utils and I am still stuck on the UNIXSocket.pair() > error in the packet module. > > Thank You, > Harini > > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel >-- Justin Wood Senior Software Architect New Zealand Office, 57 Wellington Street, Freemans Bay, Auckland, New Zealand M +64 27 225 0749 | P +64 9 370 0168 | F +64 9 361 6504 E justin.wood at trifectagis.com | Free: 0800 trifecta Skype: nztrifecta www.trifectagis.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20091201/4531130a/attachment-0001.html>
harini iyer
2009-Dec-01 04:34 UTC
[Backgroundrb-devel] How to make the UNIXSocket work on Windows
I have cygwin. Can you please tell me how to run this application on cygwin. I am using eclipse radrails(aptana). I open a command shell of the project and give the commands. How do I do this in cygwin? Thanks, Harini On Tue, Dec 1, 2009 at 10:02 AM, Justin Wood <justin.wood at trifectagis.com> wrote:> I did a lot of messing around and installed cygwin and that worked. > > On Tue, Dec 1, 2009 at 5:19 PM, harini iyer <harini.r.iyer at gmail.com> wrote: >> >> Hi, >> >> Win32-utils doesnt seem to have an interface for sockets. When I give the >> ''ruby script/backgroundrb start'' , I got an error in master_packet.rb saying >> that UNIXSocket unimplemented. This was understood since I am working on >> Windows Vista. However, I tried Socket.socketpair which did not work either. >> Is there a workaround for this? >> Is there a patch available for starting the backgroundrb server on >> windows? I installed the win32-utils and I am still stuck on the >> UNIXSocket.pair() error in the packet module. >> >> Thank You, >> Harini >> >> _______________________________________________ >> Backgroundrb-devel mailing list >> Backgroundrb-devel at rubyforge.org >> http://rubyforge.org/mailman/listinfo/backgroundrb-devel > > > > -- > Justin Wood > Senior Software Architect > > > New Zealand Office, > 57 Wellington Street, > Freemans Bay, > Auckland, > New Zealand > > > M ?+64 27 225 0749 ?| ?P ? +64 9 370 0168 ?| ?F ? +64 9 361 6504 > E ? justin.wood at trifectagis.com ?| ?Free: ? ?0800 trifecta > Skype: ?nztrifecta > > www.trifectagis.com >
harini iyer
2009-Dec-01 04:41 UTC
[Backgroundrb-devel] How to make the UNIXSocket work on Windows
I forgot to add one thing which is that the application I am trying to build the asynchronous process (a cron job) for needs instant rails to run the apache and mysql server. I read that Unix doesnt support InstantRails. What do i do about it? It is like, I need the best of both the worlds :) Thanks for the help!! Harini On Tue, Dec 1, 2009 at 10:04 AM, harini iyer <harini.r.iyer at gmail.com> wrote:> I have cygwin. Can you please tell me how to run this application on > cygwin. I am using eclipse radrails(aptana). I open a command shell of > the project and give the commands. How do I do this in cygwin? > > Thanks, > Harini > > On Tue, Dec 1, 2009 at 10:02 AM, Justin Wood > <justin.wood at trifectagis.com> wrote: >> I did a lot of messing around and installed cygwin and that worked. >> >> On Tue, Dec 1, 2009 at 5:19 PM, harini iyer <harini.r.iyer at gmail.com> wrote: >>> >>> Hi, >>> >>> Win32-utils doesnt seem to have an interface for sockets. When I give the >>> ''ruby script/backgroundrb start'' , I got an error in master_packet.rb saying >>> that UNIXSocket unimplemented. This was understood since I am working on >>> Windows Vista. However, I tried Socket.socketpair which did not work either. >>> Is there a workaround for this? >>> Is there a patch available for starting the backgroundrb server on >>> windows? I installed the win32-utils and I am still stuck on the >>> UNIXSocket.pair() error in the packet module. >>> >>> Thank You, >>> Harini >>> >>> _______________________________________________ >>> Backgroundrb-devel mailing list >>> Backgroundrb-devel at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/backgroundrb-devel >> >> >> >> -- >> Justin Wood >> Senior Software Architect >> >> >> New Zealand Office, >> 57 Wellington Street, >> Freemans Bay, >> Auckland, >> New Zealand >> >> >> M ?+64 27 225 0749 ?| ?P ? +64 9 370 0168 ?| ?F ? +64 9 361 6504 >> E ? justin.wood at trifectagis.com ?| ?Free: ? ?0800 trifecta >> Skype: ?nztrifecta >> >> www.trifectagis.com >> >
James Harrison
2009-Dec-01 10:34 UTC
[Backgroundrb-devel] How to make the UNIXSocket work on Windows
Depending on what you intend to deploy on (If you''re thinking of using Windows for a production environment, perhaps reconsider- everything is more difficult on Windows, including security, maintainence, updates, etc. Willing to have your production box offline for an hour each month to do Windows Update?). You can run both Apache and MySQL on Unix quite easily, without the assistance of InstantRails. They are by themselves standalone projects, and both in their element on Unix systems. There''s a crapload of how-tos out there if you need to learn, and you can always get a Linux server set up in a virtualized environment to play with (I recommend Ubuntu Server or Debian Server quite highly). James Harrison On 01/12/2009 04:41, harini iyer wrote:> I forgot to add one thing which is that the application I am trying to > build the asynchronous process (a cron job) for needs instant rails to > run the apache and mysql server. I read that Unix doesnt support > InstantRails. What do i do about it? It is like, I need the best of > both the worlds :) > > Thanks for the help!! > Harini > > On Tue, Dec 1, 2009 at 10:04 AM, harini iyer<harini.r.iyer at gmail.com> wrote: > >> I have cygwin. Can you please tell me how to run this application on >> cygwin. I am using eclipse radrails(aptana). I open a command shell of >> the project and give the commands. How do I do this in cygwin? >> >> Thanks, >> Harini >> >> On Tue, Dec 1, 2009 at 10:02 AM, Justin Wood >> <justin.wood at trifectagis.com> wrote: >> >>> I did a lot of messing around and installed cygwin and that worked. >>> >>> On Tue, Dec 1, 2009 at 5:19 PM, harini iyer<harini.r.iyer at gmail.com> wrote: >>> >>>> Hi, >>>> >>>> Win32-utils doesnt seem to have an interface for sockets. When I give the >>>> ''ruby script/backgroundrb start'' , I got an error in master_packet.rb saying >>>> that UNIXSocket unimplemented. This was understood since I am working on >>>> Windows Vista. However, I tried Socket.socketpair which did not work either. >>>> Is there a workaround for this? >>>> Is there a patch available for starting the backgroundrb server on >>>> windows? I installed the win32-utils and I am still stuck on the >>>> UNIXSocket.pair() error in the packet module. >>>> >>>> Thank You, >>>> Harini >>>> >>>> _______________________________________________ >>>> Backgroundrb-devel mailing list >>>> Backgroundrb-devel at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/backgroundrb-devel >>>> >>> >>> >>> -- >>> Justin Wood >>> Senior Software Architect >>> >>> >>> New Zealand Office, >>> 57 Wellington Street, >>> Freemans Bay, >>> Auckland, >>> New Zealand >>> >>> >>> M +64 27 225 0749 | P +64 9 370 0168 | F +64 9 361 6504 >>> E justin.wood at trifectagis.com | Free: 0800 trifecta >>> Skype: nztrifecta >>> >>> www.trifectagis.com >>> >>> >> > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel >
Justin Wood
2009-Dec-01 19:09 UTC
[Backgroundrb-devel] How to make the UNIXSocket work on Windows
James is right there. We deploy on Linux and the ultimate hassle free solution was to move my development platform to Mac. BTW since we are throwing out suggestions of this sort ... you may find RadRails a bit buggy and unstable, Netbeans is more stable but with less features and RubyMine is just awesome; it''s worthwhile checking them out. On Tue, Dec 1, 2009 at 11:34 PM, James Harrison <james at balvedastudios.com>wrote:> Depending on what you intend to deploy on (If you''re thinking of using > Windows for a production environment, perhaps reconsider- everything is more > difficult on Windows, including security, maintainence, updates, etc. > Willing to have your production box offline for an hour each month to do > Windows Update?). You can run both Apache and MySQL on Unix quite easily, > without the assistance of InstantRails. They are by themselves standalone > projects, and both in their element on Unix systems. There''s a crapload of > how-tos out there if you need to learn, and you can always get a Linux > server set up in a virtualized environment to play with (I recommend Ubuntu > Server or Debian Server quite highly). > > > James Harrison > > > > On 01/12/2009 04:41, harini iyer wrote: > >> I forgot to add one thing which is that the application I am trying to >> build the asynchronous process (a cron job) for needs instant rails to >> run the apache and mysql server. I read that Unix doesnt support >> InstantRails. What do i do about it? It is like, I need the best of >> both the worlds :) >> >> Thanks for the help!! >> Harini >> >> On Tue, Dec 1, 2009 at 10:04 AM, harini iyer<harini.r.iyer at gmail.com> >> wrote: >> >> >>> I have cygwin. Can you please tell me how to run this application on >>> cygwin. I am using eclipse radrails(aptana). I open a command shell of >>> the project and give the commands. How do I do this in cygwin? >>> >>> Thanks, >>> Harini >>> >>> On Tue, Dec 1, 2009 at 10:02 AM, Justin Wood >>> <justin.wood at trifectagis.com> wrote: >>> >>> >>>> I did a lot of messing around and installed cygwin and that worked. >>>> >>>> On Tue, Dec 1, 2009 at 5:19 PM, harini iyer<harini.r.iyer at gmail.com> >>>> wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> Win32-utils doesnt seem to have an interface for sockets. When I give >>>>> the >>>>> ''ruby script/backgroundrb start'' , I got an error in master_packet.rb >>>>> saying >>>>> that UNIXSocket unimplemented. This was understood since I am working >>>>> on >>>>> Windows Vista. However, I tried Socket.socketpair which did not work >>>>> either. >>>>> Is there a workaround for this? >>>>> Is there a patch available for starting the backgroundrb server on >>>>> windows? I installed the win32-utils and I am still stuck on the >>>>> UNIXSocket.pair() error in the packet module. >>>>> >>>>> Thank You, >>>>> Harini >>>>> >>>>> _______________________________________________ >>>>> Backgroundrb-devel mailing list >>>>> Backgroundrb-devel at rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/backgroundrb-devel >>>>> >>>>> >>>> >>>> >>>> -- >>>> Justin Wood >>>> Senior Software Architect >>>> >>>> >>>> New Zealand Office, >>>> 57 Wellington Street, >>>> Freemans Bay, >>>> Auckland, >>>> New Zealand >>>> >>>> >>>> M +64 27 225 0749 | P +64 9 370 0168 | F +64 9 361 6504 >>>> E justin.wood at trifectagis.com | Free: 0800 trifecta >>>> Skype: nztrifecta >>>> >>>> www.trifectagis.com >>>> >>>> >>>> >>> >>> >> _______________________________________________ >> Backgroundrb-devel mailing list >> Backgroundrb-devel at rubyforge.org >> http://rubyforge.org/mailman/listinfo/backgroundrb-devel >> >> > > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel >-- Justin Wood Senior Software Architect New Zealand Office, 57 Wellington Street, Freemans Bay, Auckland, New Zealand M +64 27 225 0749 | P +64 9 370 0168 | F +64 9 361 6504 E justin.wood at trifectagis.com | Free: 0800 trifecta Skype: nztrifecta www.trifectagis.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20091202/25a9f999/attachment-0001.html>