------ art_312272_27563048.1148825747958 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Event-libraries: I've been writing these in C++ for over ten years. There is plenty of such stuff available for Java. I don't know much about C# (and I wish I knew less). There is some work going on in Ruby now, so stay tuned. (Always bearing in mind that a key goals of any such framework is to be both platform and language neutral.) On 5/28/06, ReggW <me / yourhome.com> wrote: > > Francis Cianfrocca wrote: > > > Windows: one is sorely tempted to ask why you're considering Windows for > > a > > seriously scalable application, but let's finesse it by noting that > > aggregate cost does become a significant factor with scale. So if you > > have > > to use Windows, you're probably trying to meet a political requirement > > rather than a technical one ;-). > > I'm not sure what you are getting at here , but Windows scales fines for > me and my clients. > > > > > Shared memory: no. Don't do that. Use IPC or network communications. No, > > don't do that either. Use a proper event-passing library that wraps all > > of > > that up for you, so your remote-operation activations look like simple > > function calls. Remember, you'll want to run your multiprocesses on > > multiple > > machines before you know it. > > Where does this "event-passing" library reside? > Is it in Ruby, Perl, Java, C# or is this just a theory? > > > > -- > Posted via http://www.ruby-forum.com/. > > ------ art_312272_27563048.1148825747958--