I feel like a rule based forwarding engine :-D but anyway, here''s an article on IBM Developer Works on how to "Make Ruby on Rails easy with RadRails and Eclipse" URL: http://www-128.ibm.com/developerworks/opensource/library/os-ecl-radrails/ Cheers Mohit. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
awatermail
2006-Sep-22 04:39 UTC
how about the global data in multiple servers situation ?
Ezra, Suppose a chatroom application, a RailsApp + 2 backgroundrbs ( MiddleMan1& MiddleMan2, running in 2 machines ) . When Chater1 login, RailsApp call MiddleMan1 to get something about Chater1 from db to memory, like his contacts or other personal settings. When Chater2 login, RailsApp call MiddleMan2 do the same thing. But who is reponsible for the Global Data? like a Online Chaters List, or Active Chat Room List ? I think, for the MiddleMan1 & MiddleMan2 located in different machines, global data should not be there. So global data in RailsApp as Global Variables? But how about RailsApp also running in 2+ servers ? It seems the possible ways to store global data is db or network file system ? Hope for suggestions, thanks. water --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---