1
vote
3answers
127 views
Need someone to verify that my math is correct
I've been sitting with a pencil for the better part of the evening trying to recall how to implement a scalable viewport that can navigate a 2D area. It's been a while since I've f …
1
vote
2answers
53 views
How to partition Mysql across MULTIPLE SERVERS?
I know that horizontal partitioning...you can create many tables.
How can you do this with multiple servers?
This will allow Mysql to scale.
Create X tables on X servers?
Does a …
0
votes
1answer
68 views
NSToolbarItem image scaling
Why is this happening:
As you can see, in the "Allowed Toolbar Items" the image looks fine for the "PHP" toolbar item, and when its actually in the toolbar, it scales weirdly.
…
0
votes
4answers
49 views
when to start performance tuning a website
i have a asp.net mvc website and the volume of traffic is increasing. I have the site pointing to a backend sql server 2008 database.
at what point, do i need to figure out what …
0
votes
1answer
25 views
Flex mx:axisrenderer How do I prevent the labels from being scaled.
Hi there,
I have a line chart that sometimes contains a number of data points. I have solved how to prevent the horizontal axis from displaying too many labels using custom label …
0
votes
2answers
46 views
Overlaying 2D paths on UIImage without scaling artifacts
I need to draw a path along the shape of an image in a way that it is always matching its position on the image independent of the image scale. Think of this like the hybrid view o …
4
votes
5answers
133 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 …
0
votes
4answers
99 views
Full viewport height scaling div just css no js… Possible?
Ok, I'm trying to get a div to scale and the height is always the height of the viewport. I'm going to link to my examples as it needs some explaining.
www.madmediablitz.com/tv/pr …
1
vote
2answers
65 views
Scalable painting of a Qt application
I'm writing a simulation of an embedded device's screen (which contains custom widgets on top of a main QWidget), and while the native size of the screen is 800x600, I want to be a …
5
votes
3answers
104 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 te …
1
vote
4answers
142 views
How do I scale one rectangle to the maximum size possible within another rectangle?
I have a source rectangle and a destination rectangle. I need to find the maximum scale to which the source can be scaled while fitting within the destination rectangle and maintai …
1
vote
1answer
78 views
Silverlight - polygon scaling and clipping
I have a Canvas, to which I've added several thousand polygons.
I would like to be able to zoom in (which I'm doing via a ScaleTransform.
However I've been trying to use a Canvas …
1
vote
2answers
38 views
Distributing users (or anything else) to database servers by hash.
I'm working on early designs for an application that needs to start out small but be highly scalable. I'm particularly worried about the user database, which in this case will have …
0
votes
1answer
53 views
Do I need to scale a picture myself before printing?
A simple question - If I want to print a picture so it best fits the page in C#, do I have to scale it to the dimensions of the page myself ?
I've noticed the many good answers a …
15
votes
27answers
930 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 per …
