Thread: [Springnet-developer] A job for Spring.Threading?
Brought to you by:
aseovic,
markpollack
|
From: Erich E. <eei...@gm...> - 2009-02-01 12:56:42
|
Hi, <http://blogs.microsoft.co.il/blogs/sasha/archive/2009/01/27/why-concurrency -is-hard-or-timedlock-can-get-you-in-trouble.aspx> (note the links on "Constrained Execution Region" in the comments) The "Reliability Best Practices" might be of interest too: <http://msdn.microsoft.com/en-us/library/ms228970.aspx> -Erich |
|
From: Griffin C. <gri...@ma...> - 2009-02-02 14:12:20
|
Erich, Interesting links. I'm actually going through the Concurrent Programming book by Duffy right now. He has whole section on Concurrency APIs and building them. Good stuff. Thanks, Griffin On Feb 1, 2009, at 6:56 AM, Erich Eichinger wrote: > Hi, > > <http://blogs.microsoft.co.il/blogs/sasha/archive/2009/01/27/why-concurrency-is-hard-or-timedlock-can-get-you-in-trouble.aspx > > > (note the links on "Constrained Execution Region" in the comments) > > The "Reliability Best Practices" might be of interest too: <http://msdn.microsoft.com/en-us/library/ms228970.aspx > > > > -Erich > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword_______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer |
|
From: Erich E. <eei...@gm...> - 2009-02-12 10:58:19
|
it seems, that .net 4 aims for better support as well: http://www.infoq.com/news/2009/02/Tasks: ".NET 4 is adding support for tasks. Tasks are lightweight units of work much like queue work items, but with support for waits, continuations, and futures. Tasks can also support parent-child relationships with waits and cancellations being automatically threaded through them." I guess the .NET future will go towards Erlang style and the MSFT CCR (http://www.infoq.com/articles/Using-CCR and http://www.infoq.com/news/2008/12/CCR) anyway. -Erich -----Original Message----- From: Griffin Caprio [mailto:gri...@ma...] Sent: Montag, 02. Februar 2009 15:12 To: Erich Eichinger Cc: spr...@li... Subject: Re: [Springnet-developer] A job for Spring.Threading? Erich, Interesting links. I'm actually going through the Concurrent Programming book by Duffy right now. He has whole section on Concurrency APIs and building them. Good stuff. Thanks, Griffin On Feb 1, 2009, at 6:56 AM, Erich Eichinger wrote: > Hi, > > <http://blogs.microsoft.co.il/blogs/sasha/archive/2009/01/27/why-concurrency -is-hard-or-timedlock-can-get-you-in-trouble.aspx > > > (note the links on "Constrained Execution Region" in the comments) > > The "Reliability Best Practices" might be of interest too: <http://msdn.microsoft.com/en-us/library/ms228970.aspx > > > > -Erich > > ---------------------------------------------------------------------------- -- > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword________________________________________ _______ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer |
|
From: Mark P. <Mar...@sp...> - 2009-02-13 15:14:22
|
Hi, Not having digested all the details of CCR, I just wanted to point everyone to a project in the same space that Mark Fisher pointed me towards http://actorsguildframework.org/ What makes it interesting is that something like this can be layered on top of the spring integration programming model. Mark > -----Original Message----- > From: Erich Eichinger [mailto:eei...@gm...] > Sent: Thursday, February 12, 2009 5:58 AM > To: 'Griffin Caprio' > Cc: spr...@li... > Subject: Re: [Springnet-developer] A job for Spring.Threading? > > it seems, that .net 4 aims for better support as well: > > http://www.infoq.com/news/2009/02/Tasks: > ".NET 4 is adding support for tasks. Tasks are lightweight units of > work > much like queue work items, but with support for waits, continuations, > and > futures. Tasks can also support parent-child relationships with waits > and > cancellations being automatically threaded through them." > > I guess the .NET future will go towards Erlang style and the MSFT CCR > (http://www.infoq.com/articles/Using-CCR and > http://www.infoq.com/news/2008/12/CCR) anyway. > > -Erich > > > -----Original Message----- > From: Griffin Caprio [mailto:gri...@ma...] > Sent: Montag, 02. Februar 2009 15:12 > To: Erich Eichinger > Cc: spr...@li... > Subject: Re: [Springnet-developer] A job for Spring.Threading? > > Erich, > > Interesting links. I'm actually going through the Concurrent > Programming book by Duffy right now. He has whole section on > Concurrency APIs and building them. Good stuff. > > Thanks, > Griffin > > On Feb 1, 2009, at 6:56 AM, Erich Eichinger wrote: > > > Hi, > > > > > <http://blogs.microsoft.co.il/blogs/sasha/archive/2009/01/27/why- > concurrency > -is-hard-or-timedlock-can-get-you-in-trouble.aspx > > > > > (note the links on "Constrained Execution Region" in the comments) > > > > The "Reliability Best Practices" might be of interest too: > <http://msdn.microsoft.com/en-us/library/ms228970.aspx > > > > > > > -Erich > > > > > ----------------------------------------------------------------------- > ----- > -- > > This SF.net email is sponsored by: > > SourcForge Community > > SourceForge wants to tell your story. > > > http://p.sf.net/sfu/sf- > spreadtheword________________________________________ > _______ > > Springnet-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springnet-developer > > > ----------------------------------------------------------------------- > ------- > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and > code to > build responsive, highly engaging applications that combine the power > of local > resources and data with the reach of the web. Download the Adobe AIR > SDK and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer |
|
From: Griffin C. <gc...@15...> - 2009-02-14 01:02:54
|
Hey guys, There's actually two concurrency libs coming from MS in the future. One is the CCR, which is based on message based concurrency ( like Erlang ). There's also ParallelFX for writing paralle code, which, while not directly pitched as a concurrency lib, still introduces many advanced concurrency concepts like Futures. It's based on locking concurrency, however. Lots going on in this space! Griffin Caprio - Founder & President, 1530 Technologies, Inc. gc...@15... 312.371.3869 On Feb 13, 2009, at 9:14 AM, Mark Pollack wrote: > Hi, > > Not having digested all the details of CCR, I just wanted to point > everyone to a project in the same space that Mark Fisher pointed me > towards > > http://actorsguildframework.org/ > > What makes it interesting is that something like this can be layered > on top of the spring integration programming model. > > Mark > > > > >> -----Original Message----- >> From: Erich Eichinger [mailto:eei...@gm...] >> Sent: Thursday, February 12, 2009 5:58 AM >> To: 'Griffin Caprio' >> Cc: spr...@li... >> Subject: Re: [Springnet-developer] A job for Spring.Threading? >> >> it seems, that .net 4 aims for better support as well: >> >> http://www.infoq.com/news/2009/02/Tasks: >> ".NET 4 is adding support for tasks. Tasks are lightweight units of >> work >> much like queue work items, but with support for waits, >> continuations, >> and >> futures. Tasks can also support parent-child relationships with waits >> and >> cancellations being automatically threaded through them." >> >> I guess the .NET future will go towards Erlang style and the MSFT CCR >> (http://www.infoq.com/articles/Using-CCR and >> http://www.infoq.com/news/2008/12/CCR) anyway. >> >> -Erich >> >> >> -----Original Message----- >> From: Griffin Caprio [mailto:gri...@ma...] >> Sent: Montag, 02. Februar 2009 15:12 >> To: Erich Eichinger >> Cc: spr...@li... >> Subject: Re: [Springnet-developer] A job for Spring.Threading? >> >> Erich, >> >> Interesting links. I'm actually going through the Concurrent >> Programming book by Duffy right now. He has whole section on >> Concurrency APIs and building them. Good stuff. >> >> Thanks, >> Griffin >> >> On Feb 1, 2009, at 6:56 AM, Erich Eichinger wrote: >> >>> Hi, >>> >>> >> <http://blogs.microsoft.co.il/blogs/sasha/archive/2009/01/27/why- >> concurrency >> -is-hard-or-timedlock-can-get-you-in-trouble.aspx >>>> >>> (note the links on "Constrained Execution Region" in the comments) >>> >>> The "Reliability Best Practices" might be of interest too: >> <http://msdn.microsoft.com/en-us/library/ms228970.aspx >>>> >>> >>> -Erich >>> >>> >> ----------------------------------------------------------------------- >> ----- >> -- >>> This SF.net email is sponsored by: >>> SourcForge Community >>> SourceForge wants to tell your story. >>> >> http://p.sf.net/sfu/sf- >> spreadtheword________________________________________ >> _______ >>> Springnet-developer mailing list >>> Spr...@li... >>> https://lists.sourceforge.net/lists/listinfo/springnet-developer >> >> >> ----------------------------------------------------------------------- >> ------- >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and >> code to >> build responsive, highly engaging applications that combine the power >> of local >> resources and data with the reach of the web. Download the Adobe AIR >> SDK and >> Ajax docs to start building applications today- >> http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> Springnet-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springnet-developer > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source > code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer |