473,545 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Services and Application Architecture

We are developing a several web applications that use 'services' that
perform key business functions for our applications. These same 'services'
are avaible to paying clients through web services. To summarize, we have
clients that use our web applications (they need UI) and we have clients
that just need the 'services' where they integrate our 'services' with their
applications through the web services. We have a single server that houses
both types of applications (we have failover). My question involves the web
applications and the 'sevices'. Should we use the web services from the web
applications or call the implementation components directly from the web
applications through their interfaces? My concern is performance for the web
applications and the fact the web services reside on the same physical
machine. It is argued on my team that calling the 'services' through the web
service allows for better stability and performance. I am not so sure.
Building a SOAP request and response along with the
serialization/deserialization would generate a large amount of overhead and
cause scalabiltiy issues during peak demand (which we will get). We are
document centric (not RPC) and deal with Xml streams, schemas, etc.

If possble, could someone direct me to some general guidelines or sites that
cover this topic. I have gone through Microsoft's Best Practices and
Patterns but nothing surfaced.

Thanks
Nov 23 '05 #1
1 1240
IMHO, insuring that you have logical seperation of tiers is the most
critical thing, whether you immediatley physicall seperate is not as
critical. You said that today this is on one server, then in my mind I
would just use the interfaces, however as time goes on and more
processing is needed it maybe necessary to scale out. This can be done
with Application Center, but if you keep your UI/Service layer,
business layer, and data access layer on the same physical machine
scalaibity will be hindered slightly. Performance of your application
is another critical piece, how important is it? Could you have a web
service farm, and a Web Application farm talking to a central data
access server via remoting, web services? I really think there is no
correct answer to this. You have to feel the bottle necks of your
application as it grows. Are they network bottle necks, processor
bottle necks, etc.. based on that you can then decide which logical
tiers should be seperated into different physical tiers. The best part
is every person you ask may give you a different answer on how to
architect this application. There is not a perfect formula. So to end
this I would say start of simple, and try togkeep thjings simple, make
sure your tiers are logically broken out, and you can refactor your
application as necessary.

Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1467
by: Pranav | last post by:
Hi All, Q - Does it make sense to use web service as a facade to my Application Server for integration with outside world while retaining an alternate route for the clients written by me? Context - We have a solution comprising of 1. Backend Database 2. Application Server (AS) that talks to the DB and offers services to the client 3....
5
9627
by: ypul | last post by:
How to use properties in webservice ? if I want to create a webservice as my middle tier and want to create public properties so that the presentation layer can assign values to the property and then call insert() method in webservice. how should I do that I web service does not allow public properties . there is one option of passing...
0
1569
by: as_lev | last post by:
Hello! First, I want to reccomend the Fantasticthe article about distributed applications http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/BOAGag.asp I am designing a distributed application with a presentation layer as a windows forms (we think to switch to the web on the future), a Business Logic as...
7
1973
by: Magdelin | last post by:
Hi, My security team thinks allowing communication between the two IIS instances leads to severe security risks. Basically, we want to put our presentation tier on the perimeter network and the business tier inside the fire wall or internal network. The biz tier will be developed and deployed as web services on IIS. I know microsoft...
6
1993
by: Simon Harvey | last post by:
Hi everyone, We have a need to make a Windows Forms (2.0) client application that will be installed on our clients site. The data that the application uses needs to be centrally available to a potentially large number of other sites, which would seem to leave us with our traditional approach, or having a central database server on a...
4
1983
by: =?Utf-8?B?U2NvdHQ=?= | last post by:
I have seen many articles describing why versioning web services are important. I have a scenario that I would like to propose to seek a solution. I have a publicly consumable web service. Two different clients, A and B, consume this service. I make framework and architecture modifications that are needed to my web services. Client "A"...
4
1904
by: Marco Pais | last post by:
Hello. This post is long, but I think that's a pertinent question for many people. I built a client/server application using .NET and SQL server, a 2 tier application. This first version was built in a rush, so its architecture is
0
1499
by: jehugaleahsa | last post by:
On Jun 13, 3:09 pm, "Bob Powell " <b...@spamkillerbobpowell.net> wrote: I apologize for the size. I should have probably put this on a blog or something. I'm not interested in tools. I interested in concepts / better ways of handling day-to-day design decisions.
0
1485
by: knorth | last post by:
The launch of DataServices World in New York was successful so the conference is bringing a distinguished faculty to Silicon Valley in November. DataServices World offers a program for those interested in technology for data integration and data access, with emphasis on service-oriented architecture (SOA), web-oriented architecture (WOA)...
0
7401
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7423
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5329
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4945
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3450
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
704
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.