Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / March 2006

Tip: Looking for answers? Try searching our database.

More or less?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Max André Bündchen - 08 Mar 2006 17:20 GMT
At a big project that will use WS for communications between the clients and the server, what's the best approach in terms of
performance? A few WS with hundreds of webmethos or many WS with a few webmethos (if this does matter, of course).

Thanks

Max
Josh Twist - 09 Mar 2006 07:48 GMT
Here's a great section on MSDN about choosing a distributed technology
(web services vs WCF vs remoting etc).

The articles also contain performance guidance and tips for web
services.

http://msdn.microsoft.com/webservices/choosing/default.aspx

Josh
http://www.thejoyofcode.com/
Josh Twist - 09 Mar 2006 10:23 GMT
Hi Max (again),

With regards your question - performance wise there should be no
difference between 10 WS with 1 method and 1 WS with 10 methods.
However, 10 WS with 1 method could be easily split between servers if
performance becomes an issue (scalability).

However, performance isn't really a consideration when I decide what
methods go into what Web Services. I just group the methods together
where it makes most sense, similar to how I group functionality into
objects with OO. It's all about separation of concerns and reuse. Then,
if I need to scale out, I can load balance any of the services that are
underpeforming.

Josh
http://www.thejoyofcode.com/

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.