Tagged Questions
The cost tag has no wiki summary.
19
votes
13answers
2k views
What is the performance cost of having a virtual method in a C++ class?
Having at least one virtual method in a C++ class (or any of its parent classes) means that the class will have a virtual table, and every instance will have a virtual pointer.
So the memory cost is ...
15
votes
5answers
552 views
Studies showing the effect of code quality/QA?
I am looking for studies about applied code quality, comparing costs before and after. They should show a clear benefit in cost (or maybe a negative effect of too much cost). I need hard facts like ...
11
votes
6answers
869 views
Wisdom of merging 100s of Oracle instances into one instance
Our application runs on the web, is mostly an inquiry tool, does some transactions. We host the Oracle database. The app has always had a different instance of Oracle for each customer. A customer is ...
11
votes
8answers
700 views
Why is microsoft stack said to be costly?
Many people suggest to develop web applications in open source technologies.
And one of the reason is the cost involved in hosting and the licensing of software.
How costly can it be to build and ...
10
votes
2answers
1k views
atomic operation cost
What is the cost of the atomic operation (any of compare-and-swap or atomic add/decrement)? How much cycles does it consume? Will it pause other processors on SMP or NUMA, or will it block memory ...
9
votes
4answers
461 views
Software product pricing/cost estimation
I always had trouble with estimating cost/price of finished software (or programming work), so here are two questions about it.
question 1:
You're asked to write a piece of code for cash (all ...
9
votes
9answers
3k views
Cost of using ASP.NET [closed]
One thing that I keep hearing in reference to ASP.NET and MSFT technologies is that they cost money to use. Often when they are being compared to open source languages someone will mention that one ...
9
votes
9answers
537 views
8
votes
3answers
268 views
Inheritance Costs in C++
Taking the following snippet as an example:
struct Foo
{
typedef int type;
};
class Bar : private Foo
{
};
class Baz
{
};
As you can see, no virtual functions exist in this relationship. Since ...
8
votes
3answers
286 views
MySQL queries - how expensive are they really?
I've heard that mysql queries are very expensive, and that you should avoid at all costs making too many of them.
I'm developing a site that will be used by quite a few people, and I'm wondering:
...
8
votes
4answers
688 views
How do I calculate the “cost” of a crash?
Background:
Some time ago, I build a system for recording and categorizing application crashes for one of our internal programs. At the time, I used a combination of frequency and aggregated lost ...
6
votes
7answers
216 views
Changing project requirements - should client pay
Not sure where to put this but a site filled with working programmers is a good bet.
I built a website for a client, that included (on the home page) a fancy jQuery image slider with controls. This ...
6
votes
5answers
222 views
Do variable references (alias) incure runtime costs in c++?
Maybe this is a compiler specific thing. If so, how about for gcc (g++)? If you use a variable reference/alias like this:
int x = 5;
int& y = x;
y += 10;
Does it actually require more cycles ...
6
votes
5answers
186 views
How to get a good price on dev books [closed]
Does anyone have any tips for getting a good price on new/used programming-related books? I've looked at some of the more popular books (like DDD and GoF), and even used they can be pretty pricey. ...
5
votes
2answers
356 views
Search cost of string interning and declaration of literal strings
Two Questions.
When we declare literal strings, we search whether there is the same string in string pool of heap. Is this also an interning (method intern of class String)?
In my thought, each ...
5
votes
4answers
849 views
How much does it cost me to choose ASP.NET over PHP?
During my study at university we started learning some of Java and in the second term we introduced to ASP.NET with VB.NET. After I finished my study I was looking on the Internet and found alot of ...
5
votes
1answer
287 views
Need Cost Minimization Algorithm for USPS Flat Rate Boxes
I have a client who ships fluids in USPS flat rate boxes. If you are unfamiliar with USPS flat rate boxes, they are boxes of a certain volume that ship regardless of weight. Anything that fits in the ...
5
votes
4answers
305 views
Cost of list functions in Python
Based on this older thread, it looks like the cost of list functions in Python is:
Random access: O(1)
Insertion/deletion to front: O(n)
Insertion/deletion to back: O(1)
Can anyone confirm whether ...
5
votes
6answers
470 views
What's more costly on every page view - Database Writes or File Writes?
What is the most efficient solution when you need to record some data on every page view in your application - should you write to a file or write to the database?
Or maybe neither - perhaps you ...
5
votes
7answers
398 views
Apart from initial cost, are there any other benefits of using MySQL over MSQL server with .net?
I've used both and I've found MySql to have several frustrating bugs, limited support for: IDE integration, profiling, integration services, reporting, and even lack of a decent manager. Total cost of ...
5
votes
4answers
2k views
Lowest cost Windows VPS hosting? [closed]
For a while, I thought I'd host stuff at home because I can do whatever I want. However, hurricane Ike knocked out my power for a week, and I've finally realized this situation won't work.
I have ...
4
votes
2answers
2k views
Which CDN does Netflix and Hulu use and how can they offer unlimited streaming for $10 per month?
Do anybody know which CDN Netflix and Hulu use for hosting their content and what they are paying for traffic/streaming costs?
(meaning; how can they possibly offer unlimited streaming for about $10 ...
4
votes
3answers
504 views
Development cost versus maintenance cost
I'm trying to explain the ratio of development versus maintenance costs to our sales department, and currently I have mostly my gut feeling that we spend about 60% of the time with maintenance.
We ...
4
votes
3answers
279 views
Cost of creating Font objects in .NET
In the application I'm developing , we use the DevExpress XtraGrid control, which has a RowCellStyle event that allows to customize the style of each cell. The event handlers for this event typically ...
4
votes
6answers
307 views
Research question on programming language and writing software
I am looking for research papers, case scenarios etc that explain or show why less code is easier to maintain, debug, etc. Possibly how choice of programming language can affect it etc. I have no idea ...
3
votes
2answers
322 views
Cost capping Amazon S3 (Simple Storage Service)
I find the fact that the service does not offer cost capping a bit scary. Are there alternatives (to Amzn s3 that offers capping), or is there a way to for example poll the current cost and disable ...
3
votes
1answer
135 views
What percentage of the total cost of ownership for an IT system is incurred during O&M?
I recall hearing lots of studies and statistics in the past that say something like "90% of the cost of an IT system is during O&M phases" (vs development phases) and so on, but where/what are the ...
3
votes
3answers
639 views
Project cost and duration estimation and hourly rate for Freelance asp.net project [closed]
Hey guys this is one of the non Technical questions I can say but very important in terms of charging for software development. Recently I have been offered a freelancing project on ASP.net from one ...
3
votes
1answer
159 views
CPU floating operations cost
I'm interesting in the time cost on a modern desktop CPU of some floating point operations in order to optimize a mathematical evaluation. In particular I'm interested on the comparison between ...
3
votes
1answer
165 views
Cost of sending XMPP messages via Google App engine
Hopefully this question is allowed over here. It does not really have to do with programming per se but with the costs associated with it.
My question is:
"How much does sending/receiving XMPP
...
3
votes
3answers
863 views
How expensive is a context switch? Is it better to implement a manual task switch than to rely on OS threads?
The title says it all. Imagine I have two (three, four, whatever) tasks that have to run in parallel. Now, the easy way to do this would be to create separate threads and forget about it. But on a ...
3
votes
3answers
455 views
How Expensive are ???-Hosted WCF Services?
A co-worker and I are having a discussion about WFC services when the topic of "cost" comes up.
The question is this:
Given that an IIS-hosted WCF service and a Windows-Service-hosted WCF service do ...
3
votes
2answers
176 views
As an experiment I want to work a bit with AWS. How much might I expect to pay?
I'm about to go to Pycon, and while I have my hosting at Webfaction one of the tutorials (JKM) asks for students to have AWS instances. I've been trying to figure out what some minimum charge examples ...
3
votes
6answers
338 views
Estimation technique for small business owners with small budget
Summary
We are start up and we provide software development services. We develop windows, web, services and mobile applications. We were aware of agile and we are scrum certified developers . We do ...
3
votes
8answers
290 views
Are bought in thirdparty libraries cost/time effective?
I've recently been working on a C# GUI. We used a third party graphical controls library (that I won't name). Some people really like this library and get all excited with "hey look its got a control ...
3
votes
2answers
550 views
Costs vs Consistant gets
What does it indicate to see a query that has a low cost in the explain plan but a high consistent gets count in autotrace? In this case the cost was in the 100's and the CR's were in the millions.
2
votes
3answers
69 views
Calculation clouding hosting costs
I'm looking for a good article/resource about calculating the costs of a clouding system hosting, ideas?
I just want to read other people experiences and avoid errors on my own...
2
votes
1answer
142 views
how much does it cost to get a code signing certificate from apple?
Due to mysteries preventing me from using a certificate issued by thawte from code signing a DMG file, and the need for some expediency, I'm going to try to convince my boss to get us a development ...
2
votes
2answers
228 views
Programming on a normal IIS web host + SQL vs. AZURE + AZURE SQL (just a hobby) . Similiar costs?
I am using a normal IIS web host to host my website and web services.. It is just a hobby and I get very little traffic. I would let to be using Azure instead since I would like an excuse to learn ...
2
votes
1answer
141 views
MySQL last_query_cost for complex queries
hey,
when trying to find the cost of a complex query (one with a sub-query in it) i get a value of 0.
mysql's manual says:
"The Last_query_cost value can be
computed accurately only for simple
...
2
votes
4answers
333 views
Software Development Costs Pyramid
A friend was telling me the other day that there is a pyramid for the costs of fixing a problem in the software development life cycle. Where could I find this?
He was referring to the cost of ...
2
votes
2answers
394 views
Google App Engine index costs
From what I've understood, App Engine indexes are costly both in terms of increased overall storage size and by slowing down your writes.
But do indexes only cost when they're actually used in ...
2
votes
2answers
79 views
Is it possible to formulate the development cost?
Is there any formula showing the development cost of an application?
Basically not to reach a very specific number but at least stressing what parts are effecting the overall cost in what magnitude?
...
2
votes
2answers
798 views
Costs and Scope in developing a typical iphone application
Iam new to iphone development and have been tasked to development a fairly simple iphone application.
It would basically show listings of information eg accommodations, restaurants...around 8-9 ...
2
votes
2answers
106 views
Is there a Chilton's like resource for estimating software costs
Do you know if there is anything out there like Chilton's for cars for programming quotes:
http://chilton.cengage.com/
Looking for a programming book or sites that may be like it, or about process. ...
2
votes
0answers
82 views
Normal IT Project cost percetages [closed]
As a percent what is the average percent cost of the to the total project budget in each of the following:
My project numbers are included below: are these normal?
Project Management: 4%
Project ...
2
votes
1answer
842 views
How to calculate MySQL Query Memory/CPU Cost
Is there a way/tool/technique to calculate the processor and memory cost of a specific MySQL query?
2
votes
3answers
2k views
How to quote a project development cost
I want some inputs/tips on quoting the cost to a Client. If I am developing a web site with medium level of complexity and time to develop is say 2 months and 1 resource is required. What is the ...
2
votes
1answer
124 views
Is there any generalities in the cost of executing an instruction in javascript?
I was wondering, if there is any generalities (among all the javascript engines out there) in the cost related to execute a given instruction vs another.
For instance, eval() is slower than calling a ...
2
votes
6answers
549 views
What factor determines the cost of a software project?
If you have $100 in your hand right now. And have to bet on one of these options. That would you bet it on? The question is:
What is the most important factor, that determents the cost of a project.
...