HighTechTalks DotNet Forums  

Re: Any improvements in performance for .NET 3.5?

Dotnet Framework (Performance) microsoft.public.dotnet.framework.performance


Discuss Re: Any improvements in performance for .NET 3.5? in the Dotnet Framework (Performance) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Chris Mullins [MVP - C#]
 
Posts: n/a

Default Re: Any improvements in performance for .NET 3.5? - 09-28-2007 , 01:25 PM






In the Networking area, there are quite a few. Both in terms of throughput
and scalability.

They fixed some issues with the datastructure that holds Overlapped I/O
objects that caused probably with >50k open sockets, eliminated a number of
cases surrounding pinning/unpinning/pinning memory, and some other goodies.

I'm not sure about other areas, but I can tell ya C# 3 is a huge boost for
developer performance!

--
Chris Mullins

"schneider" <eschneider.news.ms (AT) starkinvestments (DOT) com> wrote

Quote:
Is there any improvements in performance for .NET 3.5?

All I hear about is the new features.



Thanks,

Schneider





Reply With Quote
  #2  
Old   
schneider
 
Posts: n/a

Default Re: Any improvements in performance for .NET 3.5? - 09-28-2007 , 03:11 PM






That's great, would like hear to more, but seems the info is hard to find.
Seems they spend more time building new things, and less time improving
existing items.

I think I heard somewhere there is a lot of room for improvement in CLR
optimization...

Schneider



"Chris Mullins [MVP - C#]" <cmullins (AT) yahoo (DOT) com> wrote

Quote:
In the Networking area, there are quite a few. Both in terms of throughput
and scalability.

They fixed some issues with the datastructure that holds Overlapped I/O
objects that caused probably with >50k open sockets, eliminated a number
of cases surrounding pinning/unpinning/pinning memory, and some other
goodies.

I'm not sure about other areas, but I can tell ya C# 3 is a huge boost for
developer performance!

--
Chris Mullins

"schneider" <eschneider.news.ms (AT) starkinvestments (DOT) com> wrote in message
news:Ov28q7x7HHA.2752 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Is there any improvements in performance for .NET 3.5?

All I hear about is the new features.



Thanks,

Schneider







Reply With Quote
  #3  
Old   
Chris Mullins [MVP - C#]
 
Posts: n/a

Default Re: Any improvements in performance for .NET 3.5? - 09-28-2007 , 04:03 PM



I'm pretty happy so far with .Net 3.5. The new features are great, and
really make it easier to write code.

If I had to prioritize between:
1 - "Develop and ship WCF and LINQ"
2 - "Make the Jitter do better optimizations on x86 and x64", I can say,
without any doubt, I would go with WCF.

The new stuff is such a huge boost in terms of developer productivity, that
it far outstrips everything else.

I do my fair shair of ripping on .Net from time to time, but you've got to
give credit where it's do. The new stuff is really fantastic.

--
Chris Mullnis

"schneider" <eschneider.news.ms (AT) starkinvestments (DOT) com> wrote

Quote:
That's great, would like hear to more, but seems the info is hard to find.
Seems they spend more time building new things, and less time improving
existing items.

I think I heard somewhere there is a lot of room for improvement in CLR
optimization...

Schneider



"Chris Mullins [MVP - C#]" <cmullins (AT) yahoo (DOT) com> wrote in message
news:esOGYzfAIHA.4956 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
In the Networking area, there are quite a few. Both in terms of
throughput and scalability.

They fixed some issues with the datastructure that holds Overlapped I/O
objects that caused probably with >50k open sockets, eliminated a number
of cases surrounding pinning/unpinning/pinning memory, and some other
goodies.

I'm not sure about other areas, but I can tell ya C# 3 is a huge boost
for developer performance!

--
Chris Mullins

"schneider" <eschneider.news.ms (AT) starkinvestments (DOT) com> wrote in message
news:Ov28q7x7HHA.2752 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Is there any improvements in performance for .NET 3.5?

All I hear about is the new features.



Thanks,

Schneider









Reply With Quote
  #4  
Old   
schneider
 
Posts: n/a

Default Re: Any improvements in performance for .NET 3.5? - 10-01-2007 , 12:23 PM




If I asked you to describe WCF in few lines what would you say?
Also if you could say why it's so productive for you?
Does WCF support server initiated messages to the Clients?

The little bit that I have read it sound like a combination of remoting and
webservices, better performance, easier security, and sounds like a more
robust messaging system...

I have been using VS beta using the 2.0 Framework, seems to work fine there,
and plan to do more research soon in the 3.5 Framework...

Currently I prefer Remoting over webservices, seems webservices are a pain
to maintain, deployment & IIS issues, config issues, debugging issues, web
reference issues.

Thanks,

Schneider


"Chris Mullins [MVP - C#]" <cmullins (AT) yahoo (DOT) com> wrote

Quote:
I'm pretty happy so far with .Net 3.5. The new features are great, and
really make it easier to write code.

If I had to prioritize between:
1 - "Develop and ship WCF and LINQ"
2 - "Make the Jitter do better optimizations on x86 and x64", I can say,
without any doubt, I would go with WCF.

The new stuff is such a huge boost in terms of developer productivity,
that it far outstrips everything else.

I do my fair shair of ripping on .Net from time to time, but you've got to
give credit where it's do. The new stuff is really fantastic.

--
Chris Mullnis

"schneider" <eschneider.news.ms (AT) starkinvestments (DOT) com> wrote in message
news:%230ZBEvgAIHA.484 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
That's great, would like hear to more, but seems the info is hard to
find. Seems they spend more time building new things, and less time
improving existing items.

I think I heard somewhere there is a lot of room for improvement in CLR
optimization...

Schneider



"Chris Mullins [MVP - C#]" <cmullins (AT) yahoo (DOT) com> wrote in message
news:esOGYzfAIHA.4956 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
In the Networking area, there are quite a few. Both in terms of
throughput and scalability.

They fixed some issues with the datastructure that holds Overlapped I/O
objects that caused probably with >50k open sockets, eliminated a number
of cases surrounding pinning/unpinning/pinning memory, and some other
goodies.

I'm not sure about other areas, but I can tell ya C# 3 is a huge boost
for developer performance!

--
Chris Mullins

"schneider" <eschneider.news.ms (AT) starkinvestments (DOT) com> wrote in message
news:Ov28q7x7HHA.2752 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Is there any improvements in performance for .NET 3.5?

All I hear about is the new features.



Thanks,

Schneider











Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.