|
What is the difference between web servers and application servers? I have googled but couldnt get clear...
Started by sevugarajan on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Moreover, the application server manages its application server....
Business logic (app server)
While there may be overlaps between the two (some web servers may even 2 Platform, Enterprise Edition) application servers.
|
|
Further to this question about Blade vs Rack servers I wanted to check some stories I have heard.
Are Blade servers much noisier than regular rack servers? (or was that just when they first came out?)
also, how much more cooling equipment do they need...
Started by codeulike on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
A single blade in an enclosure will be noisier than a single pizza-box server but a full blade enclosure should be quieter than the ....
Blade servers are usually pretty silent - it's the fans in the enclosures that are noisy.
Of the rest.
|
|
We have two production servers for our website, one webserver, one database. I am needing to do some upgrades, but I need to test these first before we can apply them to the production server.
So, what I would like to do is duplicate both production servers...
Started by Zed Said on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Systems:
Windows 2000 Server SP 4+ Windows 2003 Server SP 2+ x32 and x64 Editions Windows 2008 Server & 9.04 Debian 4 SLES 10 OpenSUSE 11 Asianux 3.0 Hope this helps,
Scott
If you have some spare server.
|
Ask your Facebook Friends
|
I have:
1 Linux "backup" server (Ubuntu 9.10 server) (plenty of disk, new server) 2 Gentoo servers 2 CentOS servers 3 Windows 2003 servers I'd like to backup all of the servers as disk-to-disk backups to the Ubuntu backup server.
HOW?
Please be gentle...
Started by TheCleaner on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
It would work fine for backing up servers too!
If you're really intent on doing it on the cheap, you.
|
|
Why is the design of TCP servers mostly such that whenever it accepts a connection, a new process is invoked to handle it . But, why in the case of UDP servers, mostly there is only a single process that handles all client requests ?
Started by Karthik Balaguru on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, various network, stdout and stderr to the socket using the... .
First of all, the classic Unix server paradigm is filter based.
This is a pattern you might see with a Unix-based server, where.
Your generalization is too general.
|
|
I have access to a few linux clusters at school. sometimes they are busy and sometimes they are not. i usually log into each machine manually, use the "top" command to see if the server is busy (to see if both cores are used). from there, i execute my...
Started by Vinh Nguyen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you were to do something like
echo Host: host ssh vinh@host w
in a script, with one pair of lines for each host you'd like to visit, you could get roughly what you wanted... .
After voting to close it, I found the w command .
Your question made me curious.
|
|
We develop websites using SQL Server and ASP.NET.
Development: web
on developer PC, database on DEV server Testing: both on TEST server Live: both on LIVE server At the moment, DEV and TEST servers are separate physical servers. I'm considering making...
Started by Craig HB on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It worked well, despite my machine hosting SQL server, another....
If the servers are only SQL 2005 servers (W2003 Server) to test database mirroring.
Server might have some subtle internal detection / compensation code).
|
|
I posted this on stack overflow but a user recommended i post here. sorry for cross posting:
0 vote down star
i have access to a few linux clusters at school. sometimes they are busy and sometimes they are not. i usually log into each machine manually...
Started by Vinh Nguyen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
This:
for i in server1 server2 server N do ssh user@$i "uptime" done
Uptime command will show the load.
|
|
We are using SQL Server 2000 and have to move data across servers to store it in a central database. We would rather not use DTS packages because we will move to SQL Server 2005 soon, and we don't want to have to upgrade to SSIS or have to support legacy...
Started by Jim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Use Red Gate Sql Compare and Data Compare?
-Edoode
Depending on the complexity of the DTS package, the SSIS upgrade wizard isn't that bad. .
You can use BCP to export and then import data .
|
|
On Exchange Server 2007, how do I allow inbound email from certain servers only?
Started by Lloyd Mangram on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
See Configuring Connection Filtering in Exchange 2007
In Exchange Management Console, under Server, configure the "Receive From Servers" to only the IPs of the servers you want..
|