Parallel Extensions to the .NET framework 3.5 CTP
 
Home My Account Forum Try It! Buy It!
About Contact Us Site Map
StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Parallel Extensions to the .NET framework 3.5...Expand / Collapse
Author
Message
Posted 12/05/2007 4:59:04 AM


StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: StrataFrame Users
Last Login: Yesterday @ 6:35:47 AM
Posts: 49, Visits: 592
Chaps,

Microsoft have released a CTP called Parallel Extensions to the .NET framework 3.5 CTP which is to ease the ability to take advantage of multi-processor or multi-core computing environments.

I am thinking of trying out this library, even though its still only a CTP, does anyone have any perceptions of issues that I may hit while using it in conjunction with Strataframe, or should I just not try it yet?

thanks

Geoff

Post #12904
Posted 12/06/2007 9:35:59 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 2 days ago @ 9:53:39 AM
Posts: 2,654, Visits: 1,869
I haven't used it personally, but I have read some about it; there were a few articles in the last issue of the MSDN magazine.  The only words of caution that I have are to be very familiar with Control.Invoke() because any time you're on a background thread and you want to talk to the main thread, you'll have to invoke on a control that belongs to the main thread or you'll get a CrossThreadException (I think it's actually an IllegalOperationException with a cross-thread message, I can't remember).  WPF controls have the same Invoke() method through the DispatcherObject.Dispatcher property.

Also, that module might be tightly coupled with LINQ for parallel queries, and we don't currently support LINQ within StrataFrame, so you might have to explicitly run the queries.


www.bungie.net
Post #12918
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 12:13am

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.063. 10 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.