Client / Server Designing for Performance Guidelines

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently working on creating guidelines for designing client/server
applications for performance. I am looking for any existing documentation
that would assist with this and my google searches have not produced much.
Please let me know if you are aware of any good sites or other resources that
would cover guidelines for better performing client/server applications
(especially in a Microsoft world). Thanks, Peter
 
Hi Peter,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need some existing document on
server/client app design. If there is any misunderstanding, please feel
free to let me know.

Searching through MSDN, I found some useful articles, here are some of
them. One is dedicated in performance in .NET development.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/dotnetperftips.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html
/mtf_ch04.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/ht
ml/vbnet10232001.asp

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Kevin, I believe you are headed in the right direction, but I was unable to
access any of the sites you listed. 1 & 3 indicated they didn't exist while I
was denied access to 2. Please let me know if there is another way for me to
get this information. Thanks, Peter
 
Kevin, I was able to get to the sites you suggested. I'm looking for more
focus on performance. How does an application team design for performance so
they can try to avoid performance issues when the app is coded? Thanks, Peter
 
Hi Peter,

Please check for the word wrap on the url, so that you can access the page
correctly.

To avoid performance issues, we have to be careful both during design
period and coding period. During the design period, the designer has to
create the software that consume least resource. When implementing, the
programmer's experience is also required to optimize code to most efficient
status.

So good software architecture cannot avoid performance issues during
coding. We need both experienced architect and experienced developer to
make good software.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top