From: Charles Oliver Nutter Date: 2007-08-07T07:15:16+09:00 Subject: Re: JRuby on a huge project Dafi-Duck wrote: > Hi, > > I am working on a new project built on websphere portal. > I need to be able to have about 2 million concurrent users. > If I use JRuby, will it work? I thought I replied on google groups somewhere, but I can't find it now. At any rate... Yes, JRuby will "work". Whether it (or Rails in any form) will scale to 2 million concurrent users is a huge question mark. You're talking about whole server farms to handle that, and JRuby isn't likely to be your biggest problem. Perhaps you mean 2 million registered users and some much smaller percentage of concurrent users? > Can JRuby work well on websphere portal? It should deploy just fine on any webapp server. There are some folks using WebSphere. > Can JRuby work with porltets? I don't know portlets well enough to know for sure, but with it handling requests like any typical Java webapp, it should be fine, yes? - Charlie