|
From: Gregory K. <gk...@gm...> - 2007-03-30 06:03:32
|
Simon, If you do get something like this working with Spring, I'd love to see what you come up with. Greg Kick http://kickstyle.net/ On 3/30/07, Richard Allwood <Ric...@en...> wrote: > It sounds like you are implementing a event driven approach to parallel > processing. > > Check out the following links for similar projects: > SEDA (Staged event-driven architecture): > http://www.eecs.harvard.edu/~mdw/proj/seda/ > MULE (Uses SEDA style event processing): > http://mule.codehaus.org/display/MULE/Home > > - Richard > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On > Behalf Of Simon Funnell > Sent: Friday, 30 March 2007 3:31 p.m. > To: spr...@li... > Subject: [Springframework-developer] Non-blocking approach. > > Hi, > > I have been working on a framework for working with high numbers of > concurrent clients. It is attempting to achieve this by elevating > threads to conceptual processors and replacing them with a type of tiny > virtual machine which use atomic operations (non-blocking operations) > and common exchange points for implementing concurrency. The > implementation is not production ready yet as I wanted to research > integration and develop tests for it. > I've looked at spring somewhat and have several questions: > > 1. Is this too low level for spring, i.e. should I be looking at another > project related to spring? > 2. Is this already or currently being implemented? > 3. If I am on the right mailing list, is anybody interested in me > posting a general overview? > 4. If I am not in the right place, please point me in some direction! > > I am here because I basically don't want to produce 'another framework' > and I like the principle of 'Spring should not compete with good > existing solutions, but should foster integration.' > > Hope this is of interest, many regards > > Simon > > > > > > ________________________________________________________________________ > ____________ > Expecting? Get great news right away with email Auto-Check. > Try the Yahoo! Mail Beta. > http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html > > ------------------------------------------------------------------------ > - > Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |