Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
10answers
373 views

What are the things you would like improved in the Ruby language?

I read somewhere that Ruby is the love-child of Smalltalk and LISP, with Miss Perl as the Nanny. I have a lot of respect for Ruby's parents, but I'm not sure I like the influence Miss Perl had on the ...
7
votes
6answers
1k views

Stability of .NET serialization across different framework versions

A project I'm working on requires serializing a data structure before shutting down and restores its state from this serialized data when it start up again. Last year, we were building for .NET 1.1, ...
5
votes
3answers
144 views

What are the best ways to crash Android apps?

What are the best ways to cause Android apps to crash? We are trying to make our app as rock solid as possible. For my own contribution, if you have an app that uses network services, go into your ...
5
votes
1answer
496 views

ArrayList.Sort should be a stable sort with an IComparer but is not?

A stable sort is a sort that maintains the relative ordering of elements with the same value. The docs on ArrayList.Sort say that when an IComparer is provided the sort is stable: If comparer is ...
5
votes
7answers
428 views

What's the stability of VS2010 like?

I'm talking about VS 2010 Professional/Ultimate RTM (not express versions). Google doesn't show much other than stuff about the beta 2 and RC versions. Will it run OK on a Core 2 Duo E6550 2.33GHz ...
4
votes
9answers
208 views

Stable System Vs Better Design

In may Daily Job i come across this Dilemma : "Stable System Vs Better Design" In routine job when i am fixing some module, When i see bad design -> Badly written code -> Badly Written Algorithm ...
3
votes
2answers
115 views

How mature is the current Open Dylan implementation?

Open Dylan looks really interesting. However before I would use it in real development, I would like to know how mature the implementation is. I know that Dylan itself is an old language and it has ...
3
votes
3answers
248 views

64-bit JVM as good as 32-bit for mission critical workloads? [closed]

I asked the same question in a different way and the question was closed : Java: 64 bit or 32 bit This is my 2nd try at getting an objective answer(s). We were contemplating moving our product to ...
3
votes
5answers
159 views

Python Sorting Question

i need to sort the following list of Tuples in Python: ListOfTuples = [('10', '2010 Jan 1;', 'Rapoport AM', 'Role of antiepileptic drugs as preventive agents for migraine', '20030417'), ('21', '2009 ...
3
votes
5answers
1k views

Stability in sorting algorithms

I m very curious, why stability is or is not important in sorting algorithms? Any ideas?
3
votes
2answers
175 views

WPF Stability in VS2008 Express

I'm having trouble with stability in the xaml editor. Restart VS 25 times a day has become tedious. Are there strategies that would minimize the problem or an open source alternative that provides a ...
2
votes
1answer
46 views

Time-Based Simulation Independent of Frame Rate

How would you account for an event during which time is very important? Most games use frames and the simulations take place in time steps. What if an event occurred that needed a specific time to ...
2
votes
6answers
136 views

Smart Garbage Collection?

OK, so you can garbage collect in Java simply by calling System.gc() but sometimes this "stalls" the application. Is it a bad idea to garbage collect like this and avoid stalls: new Thread(new ...
2
votes
5answers
223 views

How stable is VS2010 beta 2?

Would you use it to build a project? (C++, in particular) Is it at all legal?
2
votes
2answers
362 views

Is the June 2009 WPF Toolkit Safe to Use in Applications that will be Shipped Out to Customers?

Is the June 2009 WPF Toolkit safe to use in applications that will be shipped out to customers? I'm seriously concerned that my application will crash three days prior to release. This concern ...
1
vote
1answer
67 views

Why is my Android phone more stable than my Windows desktop? [closed]

My Android phone has never crashed as far as I know in the two years I have had it. My Windows desktop crashes at last once a month. Why is the Android phone more stable than the Windows desktop?
1
vote
1answer
57 views

What Selenium version is currently the most stable?

My project's tests were written when Selenium 2.0a_ (Alpha versions) were available, and I want to upgrade Selenium to a more recent version. One good reason for this is that the old version does not ...
1
vote
1answer
96 views

Using the Websocket Protocol

An opinion question: do you think it's safe already to use WebSockets what with the changing protocols? If not, when do you reckon the protocols will be finished? Thanks!
1
vote
6answers
2k views

HTTP Error 503. The service is unavailable under simple ASP.NET 4.0 web site

Something strange happened on my local laptop: my web site that worked locally for a long isn't launched... Trying to localize the problem I've created a simple web site with 'index.html' file only. ...
1
vote
3answers
496 views

Is NHibernate 3.0 built-in Linq provider stable?

Can i depend on NHibernate 3.0 built-in Linq provider to perform complex queries contain aggregate functions such as Max and Min and contains string operations such as Contains, StartsWith, or ...
1
vote
1answer
182 views

reasons why GcTimeLimit might not be erroring out?

I have a web service in Java, contained in Jetty. I'm using Sun's Java 6 with the default ParallelGC, and I have the following command-line options turned on: "-verbose:gc -XX:+PrintGCTimeStamps ...
1
vote
1answer
305 views

Measuring network performance tool in c#

I am about to develop a Network measurement tool. The objective is to make a tool, which can measure the responsetime in between a client and a server machine (from the client side). It is s ...
1
vote
3answers
421 views

What is a good standard metric for stability in a web application?

We currently facing some stability issues with our develop web application product. This product was built in part by our partner contractor, and we want to have a good standard metric for stability. ...
1
vote
4answers
111 views

Stability of web development packages?

Well this migh get urgent soon. My experiences with web-frameworks was that they are relative "unstable". Not that they crash but that there are quite a few changes which then force one to reprogram ...
0
votes
1answer
11 views

JSF 2.0 stability issues

Recently we are planning to migrate from JSF1.2 to JSF2.0.Our web application uses RF3.3 and deployed on JBoss Server. However over few months I have heard JSF2.0 is not stable and still JSF 1.2 is ...
0
votes
1answer
18 views

sort and stability

I would like to know why merge sort is stable and quick sort is not. I know if the relative order is preserved all the time then it's stable. shouldn't merge sort still do tie breaking? will it be ...
0
votes
2answers
163 views

For Complete ERP Development: CakePHP or CodeIgniter?

I'm new here, but I assure you that I've read the other question/answers related to my question of which is better and I have to say they are outdated. CakePHP 2.0 is out and it seems to be a major ...
0
votes
0answers
53 views

Querying Reliablity Monitor / System Stability Index

Can the System Stability Index be queried via WMI / Perf counter, etc? It looks like Win7 has a WMI class for it but I've been unable to find anything regarding Win2008. I would like to write a ...
0
votes
4answers
46 views

Is it good practice to make additional ckecks in code for internal use only?

Is there sence to check all arguments and other conditions in code, if I know, I never pass wrong argument and it should work fine ( say I already made some checks outside of that code ). Example: ...
0
votes
1answer
93 views

Unstable query in SQL Server

I am using SQL Server 2008-R2 Express Edition. I wrote the query shown below to generate number sequences from 1 to @n. In testing it (purely in a query window), I found that if I significantly ...
0
votes
1answer
28 views

How can I speed up the front end of a web application?

We have an application that pulls in about 50 records from a database with about 13 data points for each record. Each record needs to be reviewed for accuracy, sometimes edited, and then 'approved' ...
0
votes
2answers
127 views

How reliable are modern databases in the presence of disk errors? [closed]

InterBase had an architecture that caused disk-writes to leave the database in an always-consistent state -- 97 things every software architect should know, p87 Is this property finally common ...
0
votes
2answers
115 views

How many nested tags in HTML can you have before it crashes a browser?

I had a thought earlier today regarding nested HTML tags and how browsers render them: <html xmlns="http://www.w3.org/1999/xhtml" {or whichever html version} xml:lang="en" lang="en"> ...
0
votes
1answer
191 views

VB6 app vanishes without a trace: will switching between PCode and Native Code make a difference?

I know that this subject has been done to death on news groups and there are forum posts for Africa - but I wanted the option of you experts on stack overflow :) Our VB6 app occasionally just ...
-3
votes
3answers
421 views

Hard evidence that Linux is more stable than windows? [closed]

I am trying to convince management to switch from SQL Server, to MySQL on Linux. This is very much a windows house, and management seems very wary of using Linux. Can anyone provide hard facts ...