Glavs Blog
The dotDude of .Net
Browse by Tags
All Tags
»
Architecture
»
WSE
»
.NET
(
RSS
)
ASP.NET
Community News
Performance
Visual Studio
WCF
Windows
WCF and Concurrent usage throttling
Wednesday, June 27, 2007 12:37 PM
Have a requirement to interface with a legacy system that exposes a set of web services. The legacy system is not terribly fast and there are concerns by the client that it cannot handle excessive load. It seems to handle the current load ok, but we have been tasked with writing a system which will interface directly with the legacy system and potentially increase...
Read More...
ASP.NET Podcast - Show #94 - WCF, Client Side
Thursday, June 14, 2007 10:50 PM
Original URL: http://aspnetpodcast.com/CS11/blogs/asp.net_podcas... Subscribe <-- What the cool kids are doing Download In this show, I talk about WCF and some implications of usage patterns on client side performance. In particular: Usage Patterns in WCF General performance WCF and WSE/ASMX Client engagement around WCF/WSE Static re-use of the proxy – ASP...
Read More...
WCF Client Channel Pool - Improved Client Performance
Monday, May 07, 2007 12:22 AM
Not long ago, I posted about WCF client performance and some work I have been doing around improving that with a "Channel Pool" type implementation. Well its finally ready for some public consumption. You can grab the code here . ( http://www.theglavs.com/DownloadItem.aspx?FileID=55 ) You can grab the download from here. Its very "apha" at this point and my testing...
Read More...
WCF Client Performance
Saturday, April 21, 2007 6:22 PM
One of the easiest performance traps when using WCF services is constant creation of new client proxies when accessing those services. In WSE land, this was common place: MyProxy prox = new MyProxy(); prox.CallServiceMethod(); For example, you might have a class with some instance methods, and in each method, instantiate a proxy, call the service method, life...
Read More...
WCF Performance Whitepaper - realistic?
Thursday, April 05, 2007 12:00 AM
I recently looked through a WCF Performance whitepaper published by Microsoft and was a little puzzled by some of the comparisons. It seems a little skewed towards presentation of graphs showing WCF superiority in performance over current communication and service methods. Now I am confident that WCF is faster in almost every scenario, however a number of things...
Read More...
WCF Proxy Performance vs WSE V3
Saturday, February 24, 2007 8:51 PM
Recently, I had been asked to examine a situation where WSE V3 service calls were substantially quicker than the equivalent WCF version. The reason in this instance was the fact that the WCF proxy was being created for each and every service call made (which was also the case with WSE V3). WCF proxies are far more heavyweight and incur significant penalty if...
Read More...
More Posts
Go
This Blog
Home
Links
About
Tags
.NET
AJAX
AJAX Control toolkit
Architecture
ASP.NET
ASP.NET AJAX
ASPInsider
Cardspace
charity
CodeCamp
Community News
Component
Control Toolkit
Controls
debugging
Extender Controls
FTP
General
Generics
HDTV
IIS
Internet Explorer 8
Mobile
MVC
MVP
P2P
Performance
Personal
podcast
readify
Sharepoint
Silverlight
SQL
SQL Server
Tags
TechEd
TFS
Transactions
USB
Vista
Visual Studio
WCF
Web 2.0
Windows
Winforms
Workflow
WPF
WSE
XAML
Xbox
Navigation
Home
Blogs
Archives
August 2008 (3)
July 2008 (2)
June 2008 (4)
May 2008 (3)
April 2008 (4)
March 2008 (1)
February 2008 (3)
January 2008 (4)
December 2007 (2)
November 2007 (3)
October 2007 (2)
September 2007 (5)
August 2007 (4)
July 2007 (4)
June 2007 (3)
May 2007 (13)
April 2007 (9)
March 2007 (5)
February 2007 (6)
January 2007 (7)
December 2006 (9)
November 2006 (7)
October 2006 (6)
September 2006 (5)
August 2006 (8)
July 2006 (8)
June 2006 (9)
May 2006 (11)
April 2006 (9)
March 2006 (8)
February 2006 (6)
January 2006 (9)
December 2005 (6)
November 2005 (6)
October 2005 (9)
September 2005 (14)
August 2005 (11)
July 2005 (10)
June 2005 (2)
May 2005 (4)
April 2005 (6)
March 2005 (4)
February 2005 (4)
January 2005 (4)
December 2004 (1)
November 2004 (2)
September 2004 (3)
August 2004 (4)
July 2004 (2)
June 2004 (2)
May 2004 (1)
April 2004 (1)
March 2004 (3)
February 2004 (3)
January 2004 (3)
December 2003 (1)
November 2003 (1)
October 2003 (5)
August 2003 (3)
July 2003 (2)
June 2003 (2)
Syndication
RSS
Atom
Comments RSS