Questions tagged [architecture]
176 questions
0
votes
3 answers
What is the standard system architecture for MongoDB
I know this question is too vague, so I would like to add some key numbers to give insights about what the scenario is
Size of each document size - 360KB
Total documents - 1.5 million
Document created/day - 2k
read intensive - YES
Availability…

learner
- 163
- 2
- 9
0
votes
2 answers
Reverse Proxy Server and Webserver architecture
I'm very confused.
If I setup a Reverse Proxy Server, does this mean that I need a second computer? Or can both Server (e.g. nginx as reverse proxy server and apache as webserver) run on the same computer and different port!?
For example this pic!…

Matthias Reisner
- 111
- 5
0
votes
2 answers
Hyper-V and Fail over cluster 2 nodes Virtualizing DC and Secondery DC
I am building a new network for a company from scratch (50 user/Computer)
They need
1-Domain Controler ( Only one Domain at the moment )
2-MS Exechange Server
3-File Server
4-SQL/Database Server "Not Too Much load"
I am planning the following:
Two…

ssaabbaa
- 1
0
votes
1 answer
How does Amazon handle all that email for their Kindle personal document service?
Amazon basically gives every Kindle owner an email address to which they can email documents that will be converted to .mobi format and synced to their Kindle. I thought this was pretty interesting, so I started trying to think my way through how I…

Hank Gay
- 375
- 3
- 11
0
votes
1 answer
Switches and the amount of load
Out of curiosity does anyone know whether it would be more beneficial to have more switches with less terminals on each leading to your main switch OR load up each switch fully before having any terminals added onto another switch?

1Tguru4l1f3
- 3
- 2
0
votes
2 answers
Is it possible to set up multiple named instances running on a SQl Server 2008 R2 Active/Passive Cluster?
I'm trying to plan a SQL Server 2008 R2 2 node Active/Passive failover cluster.
Is it possible to set up multiple named instances running on the cluster? e.g.
sqlcluster sqlcluster\demo sqlcluster\dev
And could demo and dev share the same SAN…

Kenny
- 520
- 1
- 9
- 24
0
votes
2 answers
Memcached and Mysql architecture
Right now we have 2 servers.
webserver + memcached
mysql server
the mysql server is a new and a strong server and it is not being utilized fully. I was debating if I should migrate the memcached to the mysql server or If I should order a seperate…
Alex
0
votes
2 answers
Server architecture for statistical analysis
I am currently standing before a decision on how to design a system that would handle computing of statistical data on the cloud.
I would like to know what server structure should I use to be able to easily scale computing with the cloud.
To be…

Cyprian
- 165
- 1
- 1
- 5
0
votes
1 answer
How would an eight-core Pentium 4 compare with a Core 2 Duo?
Specifically, an eight-core "Paxville" Xeon system clocked at 3 GHz versus the Core 2 Duo system clocked at 2 GHz, ceteris paribus.
This is assuming that the workload is effectively distributed across all cores in both systems.
Whicb of the two…

Ryan Lester
- 267
- 1
- 9
0
votes
2 answers
CDN architecture - best practises and designs
I am a developer for a website which is heavily reliant on static content such a pictures, videos etc. Our current setup is very simple, we basically have one server acting as our cdn which in turn gets updated by the web servers through rsync. The…

luxerama
- 189
- 5
0
votes
1 answer
Optimal hosting of website and platform api on EC2
We intend to deploy a web site (based on Drupal) and the associated platform api on Amazon EC2. Would like to know what would be a better way to architect this solution w.r.t to instances (meaning shall we deploy these on separate instances or can…

Rajni
- 1
- 1
- 1
0
votes
1 answer
network architecture: inbound/outbound traffic from local to internet and vice versa
ive been reading about network architecture a bit, found an interesting paper from Sun Microsystems that, even though uses their hardware/software, gives a good idea about the basics of data center architecture...…

mayotic
- 197
- 1
- 1
- 6
0
votes
1 answer
multiple webapps in tomcat -- what is the optimal architecture?
I am maintaining a growing base of mainly Cocoon-2.1-based web applications [http://cocoon.apache.org/2.1/], deployed in a Tomcat servlet container [http://tomcat.apache.org/], and proxied with an Apache http server…

rvdb
- 319
- 1
- 5
- 14
0
votes
1 answer
What is the maximum number of rails instances a single 256 MB RAM rackspace cloud server can support?
I know it is a vague and ambiguous question.
I want to know just out of curiosity. How many instances of a rails app can I host on server with 256 MB RAM [Cheapest option on Rackspace]?
Assumptions - The app is very simple with 100-200 CRUD…

Jagira
- 113
- 7
0
votes
1 answer
What type of security problems are mitigated by this .NET architecture?
Given the following physical layout for a .NET web application:
DB (sql server, windows) - No public route (no table access, only stored procs)
Web Service DAL (iis, windows) - No public route (can be accessed by web server via port 80 and 443)
Web…

Jonno
- 103
- 1