Tagged Questions

Scaling refers to the image manipulation function of re-sizing an image. For issues to do with handling increasing workload gracefully in software or network components, see "scalabilty".

learn more… | top users | synonyms

34
votes
4answers
8k views

Load Balancing in Amazon EC2?

We've been fighting with HAProxy for a few days now in Amazon EC2; the experience has so far been great, but we're stuck on squeezing more performance out of the software load balancer. We're not ...
29
votes
9answers
9k views

Scaling solutions for MySQL (Replication, Clustering)

At the startup I'm working at we are now considering scaling solutions for our database. Things get somewhat confusing (for me at least) with MySQL, which has the MySQL cluster, replication and MySQL ...
24
votes
4answers
5k views

What does the filter parameter to createScaledBitmap do?

The declaration of android.graphics.Bitmap.createScaledBitmap is public static Bitmap createScaledBitmap (Bitmap src, int dstWidth, int dstHeight, boolean filter) However, the documentation ...
21
votes
1answer
5k views

Making Sense of Android meta-viewport scaling: What am I missing?

I have been trying to determine how the viewport -- and the contents within -- are affected by the viewport meta tag used for drawing content with WebView or with the native browser. What I have run ...
19
votes
11answers
7k views

Distributed Concurrency Control

I've been working on this for a few days now, and I've found several solutions but none of them incredibly simple or lightweight. The problem is basically this: We have a cluster of 10 machines, ...
16
votes
9answers
1k views

How do you scale HTTP server like Google?

I often marvel at how I can go to www.google.com, from anywhere in the world at any time, and get the returned page so fast. Sure, they compress their output and keep to a minimal design - that ...
15
votes
27answers
1k views

Throwing hardware at software problems – Which way do you lean?

There is a strong case out there for companies who are experiencing scaling problems with their current architecture to simply spend $$$ on cutting edge hardware to achieve the performance and scale ...
14
votes
2answers
2k views

Best practice for rate limiting users of a REST API?

I am putting together a REST API and as I'm unsure how it will scale or what the demand for it will be, I'd like to be able to rate limit uses of it as well as to be able to temporarily refuse ...
12
votes
3answers
2k views

How do you Schedule Index Updates in CouchDB

As far as I understand, CouchDB indexes are updated when a view is queried. Assuming there are more reads than writes, isn't this bad for scaling? How would I configure CouchDB to update indexes on ...
11
votes
6answers
384 views

What really is scaling?

I've heard that people say that they've made a scalable web application.. What really is scaling? What can be done by developers to make their application scalable? What are the factors that are ...
11
votes
7answers
5k views

Any thoughts on RightScale and Scalr for dynamic Ec2 instance managment

I'm looking for a cost effective tool for managing an web app on Ec2. Rightscale seems to the big dog and charges for it. Scalr looks like a more cost effective solution but it's hard to find out any ...
11
votes
3answers
602 views

When people talk about scaling a website with 'shards', what do they mean?

I have heard the 'shard' technique mentioned several times with regard to solving scaling problems for large websites. What is this 'shard' technique and why is it so good?
10
votes
16answers
2k views

Moving ViewState out of the page?

We are trying to lighten our page load as much as possible. Since ViewState can sometimes swell up to 100k of the page, I'd love to completely eliminate it. I'd love to hear some techniques other ...
8
votes
3answers
4k views

Android: high quality image resizing / scaling

I need to scale down images coming from a Network stream without losing quality. I am aware of this solution Android: Strange out of memory issue but it is too coarse - inSampleSize is an integer and ...
8
votes
4answers
2k views

How do I scale my Scala REST application that uses Akka?

I have a Scala application using Akka that receives REST requests, makes some operations against a database, and responds with some information to the client. As it is, my db operations take a long ...
8
votes
4answers
2k views

Why does this Java code not utilize all CPU cores?

The attached simple Java code should load all available cpu core when starting it with the right parameters. So for instance, you start it with java VMTest 8 int 0 and it will start 8 threads ...
8
votes
5answers
2k views

How to scale a PHP application (servers, mysql, memcache)

I'm currently creating a website for a social project in switzerland. And before there is an overflow of user, I want to prepare the application to scale. I answered by myself many questions but ...
8
votes
8answers
3k views

Extreme Sharding: One SQLite Database Per User

I'm working on a web app that is somewhere between an email service and a social network. I feel it has the potential to grow really big in the future, so I'm concerned about scalability. Instead of ...
7
votes
3answers
184 views

Javascript (jQuery) Scale an Image to Its Container's Center Point

This seems like it should be quite simple, but for some reason I can't quite wrap my brain around it. I have an image inside a "viewport" div, of which the overflow property is set to hidden. I've ...
7
votes
1answer
3k views

Chrome, Safari ignoring max-width in table

I've got HTML code like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
7
votes
6answers
336 views

What's TOO BIG for a database?

I have a buddy who runs a web app for people listing cars for sale. There are a few thousand clients who use it, and each client has hundreds and sometimes thousands of rows in the database (some have ...
7
votes
7answers
418 views

How can I learn to scale in my spare time?

I really would like to learn how to attack problems of scale. Of course, the best way to tackle this is to get a job where I can deal with those sorts of issues. But they're apparently not terribly ...
7
votes
3answers
2k views

WPF font scaling

I have a WPF application where the user interface should be scaled so that it should become larger if the windows is made larger. In one of the dialogs, I need to present a list of items to a user and ...
7
votes
4answers
942 views

Java2D: scaling issues

I'm a reasonably experienced Java programmer but relatively new to Java2D. I'm trying to scale an image but I'm getting poor quality results. The image is a preview of a panel so contains things like ...
7
votes
4answers
4k views

How to scale MySQL with multiple machines?

I have a web app running LAMP. We recently have an increase in load and is now looking at solutions to scale. Scaling apache is pretty easy we are just going to have multiple multiple machines hosting ...
7
votes
8answers
772 views

(How can/What should) I implement a database that scales to the upper tens of thousands requests/second?

By Upper tens of thousands requests/second I want to see 60,000 -> +90,000 requests/second. My Setup consists of the following: user ---> web app --> message queue --> parser --> database? I should ...
6
votes
1answer
3k views

Android and setting width and height programmatically in dp units

I'm doing: button.setLayoutParams(new GridView.LayoutParams(65, 65)); According to the docs the units for the width and height (both 65 in the above) are "pixels". How do you force this to be device ...
6
votes
1answer
765 views

Scaling an SVG in Java

I'm attempting to scale an image, modify it, and then output to another image format. So far, I've been using the apache batik library. For simple conversion, this is easy. For clipping the svg, this ...
6
votes
2answers
2k views

Cost of scaling Rails vs cost of scaling PHP vs Python frameworks

I guess this question has been asked a lot around. I know Rails can scale because I have worked on it and it's awesome. And there is not much doubt about that as far as PHP frameworks are concerned. ...
6
votes
1answer
191 views

Scaling strategies for Service Tiers on .NET

I'm working on a web product that is composed of many modular web applications. To the end user, it appears to be one single application, though various components are broken out into their own apps. ...
5
votes
2answers
108 views

Best practices to structure a database to be scaling-ready

I know this is a very generic and subjective question, so feel free to vote to close it if it does not meet the StackOverflow netiquette.. but for me, it's worth trying ;) I've never built a ...
5
votes
2answers
90 views

Scaling Software/Hardware for a Large # of External API Requests?

We have a system that given a batch of requests, makes an equivalent number of calls to an external 3rd Party API. Given that this is an I/O bound task, we currently use a cached thread-pool of size ...
5
votes
1answer
2k views

Android imageview not respecting maxWidth?

So, I have an imageview that should display an arbitrary image, a profile picture downloaded from the internet. I want this the ImageView to scale its image to fit inside the height of the parent ...
5
votes
2answers
617 views

Heroku Dyno/Worker Scaling

Heroku allows you to add and remove dynos and workers on the fly and charges you per second that each is used. Is it possible to set up my app so that it can add/remove dynos and workers from itself ...
5
votes
6answers
516 views

Building a mutliplayer game site

I am building a site that has a lot in common with a person-on-person chess site. I was thinking of using Rails for the front-end(User Registration, Navigation, etc) and something like Scala or Erlang ...
5
votes
5answers
984 views

C# Resized images have black borders

I have a problem with image scaling in .NET. I use the standard Graphics type to resize images like in this example: public static Image Scale(Image sourceImage, int destWidth, int destHeight) { ...
5
votes
6answers
219 views

One massive instance of an app, or many medium-sized ones?

A web application we wrote intended for one customer is going to be product-ized and sold to dozens of companies, and we will be doing the hosting. I could use some guidance about the pros and cons ...
5
votes
4answers
188 views

Testing How Code Scales

I am currently working on some Ajax heavy code and I am wondering how my server will scale as more and more users (hopefully) start to use my web app. It is only on my internal test server for the ...
5
votes
1answer
1k views

How to scale the Quartz scheduler?

I plan to use the Quartz scheduler as I read many good opinions about it. My problem is as follows: I will have thousands of triggers living in the system at any given time. Most of the triggers will ...
5
votes
5answers
1k views

Planning Scalable Web Application Development

What language, framework, and hosting considerations should one make before starting development of a scalable web application?
4
votes
1answer
165 views

I do not understand WCF scaling with security / Why is lsass.exe CPU% so high?

I've got a WCF service with about 500 clients that make a call every 3 minutes. The lsass.exe process is using 95% of my CPU when the service is on. I did a test and every time a client makes a call, ...
4
votes
2answers
179 views

Using JQuery to get VH1's “Pop Up Video” effect?

I am hoping someone can help me recreate the "VH1 Pop Up video" effect, where the entire bubble scales, and has the Easing effect at the end. I have a list with some display:none DIVs hidden in each ...
4
votes
0answers
215 views

Phonegap not scaling properly between iPad and iPhone

I developed an app for iPad using Phonegap 0.9.6. Seems to be working fine. The main element in the app is 768 px wide, so scaling has not been a problem one way or the other. Now I am experimenting ...
4
votes
2answers
367 views

Gems/Services for autoscaling Heroku's dynos and workers

I want to know if there are any good solutions for autoscaling dynos AND workers on Heroku in a production environment (probably a different solution for each of those, as they are pretty unrelated). ...
4
votes
3answers
173 views

Handling a huge MYSQL Table

Hope you are all doing great. We have a huge mysql table called 'posts'. It has about 70,000 records and has gone up to about 10GB is size. My boss says that something has to be done to make it easy ...
4
votes
3answers
237 views

Mongo DB scaling question ( does indexes affect the 'distinct' performance )?

I'm using Mongo to store, day by day, all the "ticks" of a set of about 40 equity. These ticks contains the trade info ( a document containing price and volume ) and book info ( a more complex ...
4
votes
2answers
514 views

how to scale a path in raphael.js

I don't understand why the following example is not working... It only works if I am resizing it once but if I try to resize it again it get's all messed up... http://jsfiddle.net/JAVWN/1/
4
votes
2answers
124 views

Asp.net guaranteed response time

Does anybody have any hints as to how to approach writing an ASP.net app that needs to have a guaranteed response time? When under high load that would normally cause us to exceed our desired ...
4
votes
3answers
147 views

Using tomcat in round robin mode

I want to run my tomcat-instances in a configuration where requests are served to several tomcat-instance via round robin. I don't want to use any internal cluster manager. As far as I see if every ...
4
votes
2answers
895 views

UIButton ignoring contentMode when highlighted (adjustsImageWhenHighlighted)

I set a UIImage for my UIButton using [myButton setImage:forState:]; and I set it's contentMode using [[myButton imageView] setContentMode:UIViewContentModeScaleAspectFit]; But when you tap the ...

1 2 3 4 5 10