473,382 Members | 1,424 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

What is the hardware rquirement for web services application?

If I want to build a web services application (not web application), what is
the hardware requirement ? Does anyone have the experience?
Jul 21 '05 #1
3 3515
There are no specific hardware requirements for XML Web Services.
As a rule, the demand on the server(s) is always a matter of the demand
for the service itself.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Peter" <Pe***@discussions.microsoft.com> wrote in message
news:63**********************************@microsof t.com...
If I want to build a web services application (not web application), what is the hardware requirement ? Does anyone have the experience?

Jul 21 '05 #2
How do I doing the sizing for .NET? Is there any methodology, spreadsheet or
questionair that I can use to estimate how many web servers, application
servers or database servers that have to be purchased in order to have good
performance
over the Internet?
"clintonG" wrote:
There are no specific hardware requirements for XML Web Services.
As a rule, the demand on the server(s) is always a matter of the demand
for the service itself.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Peter" <Pe***@discussions.microsoft.com> wrote in message
news:63**********************************@microsof t.com...
If I want to build a web services application (not web application), what

is
the hardware requirement ? Does anyone have the experience?


Jul 21 '05 #3
The problem is that the variable you haven't provided is the most important
variable of all: how scalable is the web service that you are writing?

If your service simply adds two numbers, you should be able to service
thousands of transactions every minute. If your service does a db lookup,
that number drops to hundreds. If the service calls active directory, it
can drop further still. You need to create the service and then stress it
to see how many transactions you will be able to support per server.

Very few people have created services that are so heavily hit that they need
more than a handful of web servers. Since most web services are simple and
stateless, and they never have graphics like a web app does, then they
perform far better than web pages do from a transactional standpoint. I
would state that your web services should be able, as a rule of thumb, to
handle 200-400 "average" web service transactions per minute at normal load,
assuming db lookups and some logic. If you are going over HTTPS, that
number drops substantially, to something less than 125 encrypted
transactions per minute.

If you need a highly reliable and scalable system, place a hardware load
balancer with firewall (see products from F5 corporation, or Microsofts ISA
server) in front. To remove single points of failure, you'd need much more:
two switches, two routers in an HSRP configuration, and multiple ISP
connections. Your colo facility should provide the pairs of routers and the
multiple ISP datapaths. Oh yes, and put your load balancers in a "High
Availability Cluster." Most people don't need this level of redundancy,
but if your business is transactions on the internet, you might. Of course,
making the system reliable and highly available may require more than just
redundant web servers... if you are using a database, you may wish to
cluster the db servers as well.

And then, to keep the data available for the clustered servers, you could
invest is a modest SAN, which provides multiple hot-swap RAID drives in Raid
1+0 configuration, (I personally like McData, but other SAN providers are
very good as well).

I hope this helps,
--- Nick

"Peter" <Pe***@discussions.microsoft.com> wrote in message
news:80**********************************@microsof t.com...
How do I doing the sizing for .NET? Is there any methodology, spreadsheet or questionair that I can use to estimate how many web servers, application
servers or database servers that have to be purchased in order to have good performance
over the Internet?
"clintonG" wrote:
There are no specific hardware requirements for XML Web Services.
As a rule, the demand on the server(s) is always a matter of the demand
for the service itself.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Peter" <Pe***@discussions.microsoft.com> wrote in message
news:63**********************************@microsof t.com...
If I want to build a web services application (not web application),
what is
the hardware requirement ? Does anyone have the experience?


Jul 21 '05 #4

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

Similar topics

125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
0
by: Ken North | last post by:
To counter the overhead of XML processing, some organizations are turning to hardware accelerators. Jeff Carmichael of Tarari discussed XML accelerators and content processors at the recent web...
44
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
3
by: Spencer | last post by:
One of the things that I have become interested in lately is questioning in general what percentage of DB2 UDB implementations are configured to run at least near optimally given the hardware...
26
by: Lasse Edsvik | last post by:
Hello I'm trying to build a simple COM+ app in vs.net using C# and i cant register it in component manager..... what more is needed than this: using System; using...
1
by: nico1469 | last post by:
Hello all, Once windows mmi programming was very easy - vb forms.. nice & easy. nowdays, our customers have became IE freaks !!! So, my question is, what is the best way to develop mmi in the...
8
by: Midnight Java Junkie | last post by:
Dear Colleagues: I feel that the dumbest questions are those that are never asked. I have been given the opportunity to get into .NET. Our organization has a subscription with Microsoft that...
3
by: Peter | last post by:
If I want to build a web services application (not web application), what is the hardware requirement ? Does anyone have the experience?
0
by: edu1982edu | last post by:
MSDN on GetCurrentHwProfile: Remarks The GetCurrentHwProfile function retrieves the display name and globally unique identifier (GUID) string for the hardware profile. The function also retrieves...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.