Questions tagged [optimization]

Optimization is the process of modifying a system to make some aspect of it work more efficiently or use fewer resources.

A system may be optimized so that it executes more rapidly, or is capable of operating with less memory storage or other resources, or draw less power. The optimized system will typically only be optimal in one application or for one audience. For example, one might reduce the amount of time a task takes to perform at the price of making it consume more memory.

339 questions
0
votes
7 answers

High performance web server with no database interactivity

I'm getting ready to setup a server that will be responsible for tracking statistical data from a high volume traffic source. It will be handling requests at about 6-7mil/hour on average, all of which are small GETs. All I need is a simple server…
Tom
  • 171
  • 1
  • 1
  • 6
0
votes
3 answers

Does this top look healthy to you?

I run a server with the following specs: Intel i7 920 8 GB RAM Linux 2.6.32-25-server #44-Ubuntu 10.04 SMP Fri Sep 17 21:13:39 UTC 2010 x86_64 GNU/Linux 75 Apache processes Low-end hardware RAID-1 with 2 disks Historically all our problems with…
smint
  • 1
0
votes
1 answer

What are the kernel and cflags for AMD Phenom II x6 (K10 / Thuban)?

In the 2.6.35 kernel I have a choice of: Operon/Athlon64/Hammer/K8 Generic-x86-64 The first option seems best but I'd like confirmation. I have no idea whether there is a specific -mcpu / -march flag for this processor. Are there any other tricks…
SpliFF
  • 394
  • 2
  • 8
  • 24
0
votes
3 answers

Load balancing w/out a "front server"

I don't know too much about complex server setups (that's why I'm asking the question). My understanding is that generally you have a "load balancing" server that sends requests to other backend servers. Do all requests come back through the "load…
Matthew
  • 1,859
  • 4
  • 22
  • 32
0
votes
1 answer

Scaling horizontally

I know next to nothing about having more than one server work together. Right now I've been playing around with the cloud servers offering from rackspace. All the time when people talk about these types of "cloud" servers, they make it sound like…
Matthew
  • 1,859
  • 4
  • 22
  • 32
0
votes
1 answer

how to make a server that handles 1000 clients

I am looking for server software to handle data for thousands of clients (internal company employees). This server should be multi-threaded to handle all the clients with good client overhead handling. We require the feature of having no 2+ users…
Moayyad Yaghi
0
votes
2 answers

MySQL stop responsing when modify main tables

It's an InnoDB database. The query cache has 1.2GB in size with 300k queries in the cache. Most of the cached queries are related to 3 major tables (260MB data length plus 600MB index length altogether). Everytime I tried to insert new entry or…
jack
  • 1,725
  • 5
  • 21
  • 25
0
votes
1 answer

Can having native mobile app for your website reduce server load?

Sorry guys, I'm a bit new to this. I'm not sure if I'm asking the right questions here. I'm creating an iPhone app for my website, and most of my users are going to use it through the iPhone rather than the website. I was wondering, is that a good…
Solomon Saleh
  • 193
  • 2
  • 9
0
votes
1 answer

Optimize windows 2008 performance

I have windows server 2008 sp2 installed as virtual machine on my personal laptop. I use it only for source control (visual svn) and continuous integration (teamcity). As the virtual machine resources are limited I'd like to optimize it's…
0
votes
4 answers

What's the best way to debug and enhance the speed of your server?

My server has been running slightly slower than normal. I was wondering what strategies I could do to evaluate the speed of my server, and enhance it This question covers database interaction, I/O, and anything else someone might need to know
Trip
  • 205
  • 4
  • 9
0
votes
4 answers

Do i need to allocate more resources to mysql server?

I have feeling that mine mysql server is slower than normal while processing queries from the PHP website. Is there anything like i can allocate more resources to Mysql server to make it speedy? I don't know much about this , So need your help . I…
user44520
  • 205
  • 1
  • 5
  • 8
0
votes
3 answers

Speed up MySQL for inserts (for testing purposes)

I have a bit of software that needs to do a lot of INSERTs. In production environment there'll be some serious tweaking and testing and stuff like that, but now when I need to test it I'd like to speed up inserts as much as possible. Hence my…
Alex N
  • 782
  • 3
  • 10
  • 24
0
votes
5 answers

Subversion/Hudson/Sonar/Artifactory - too much for my little server to handle! Help!

I have a little dedicated server. It's at a cheap price and has a simple AMD 1800+ (1.5ghz), 256mb DDR RAM, ...need I continue? And I think I'm overloading it already. I have installed the following, and it's running CentOS…
Ricket
  • 439
  • 2
  • 7
  • 18
0
votes
2 answers

Second server instance (for static files) on a standard host?

Serving static files from an independent host from the rest of my website is supposed to improve performance. I'm cheap, so I was wondering if I can do that within one standard hosting service. Thoughts?
montooner
  • 421
  • 1
  • 3
  • 12
0
votes
0 answers

Optimzing Docker Builds with docker-compose.yml when using PostGres DB's, performance, etc

I just have a general about how best to build and manage DB servers when using Docker builds with docker-compose.yml. Historically, I've sometimes bound the Postgres DB's to a bound folder on the host FS. There are upsides and downsides to that it…
SScotti
  • 141
  • 6