|
I am looking for a software that can tell me if a PC's hard drive is Sata or IDE etc and also if its a 3.5" one or 2.5" one
Started by kaiviti on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Under Hardware Ids, you should be able to see your hard drives code, However only write controllers report SATA drives as PATA due to their firmware....
You need.
On the internet always made me find out about the parts in my machines.
|
|
Hey,
I've done some research about this already, but there are some things that are really still quite unclear, especially with a lot of the info floating around online being rather old.
1. Exactly which DDR machines can be upgraded?
2. Other than looks...
Started by tyasle on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at r21freak):
Other than looks, how does an upgraded DDR machine the machines....
Exactly which DDR machines can be upgraded?
2.
A surprisingly hard time finding information on openITG (surprising because it's usually very easy to find.
|
|
In what areas of programming would I use state machines ? Why ? How could I implement one ?
EDIT: please provide a practical example , if it's not too much to ask .
Started by Geo on
, 19 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
State machines are key of that object's implementation (nested if's, many....
State machines are everywhere.
For example, processing leave applications workflow quite quickly with it .
Most workflows can be implemented as state machines.
|
Ask your Facebook Friends
|
I noticed a rise in the number of developers (mostly doing web development) using Apple machines. Does Mac OS offer a better environment for programming or is it because of the hardware? What are the reasons?
Started by jassuncao on
, 26 posts
by 26 people.
Answer Snippets (Read the full thread at stackoverflow):
Today I have any number of virtual machines kicking around from servers, to windows 98 machines, all available for testing or development....
This was because the hardware inside.
Backup of his hard drive, plug it into another mac, and boot.
|
|
Recently the buzz of virtualization has reached my workplace where developers trying out virtual machines on their computers. Earlier I've been hearing from several different developers about setting up virtual machine in their desktop computers for sake...
Started by Spoike on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Development box around different machines, since you aren't restricted on that single particular i shutdown the VM, and copied over the virtual hard disk image to two different files, one as a clone VM instead of having to find out....
|
|
Here's the scenario:
A C# Windows Application project stored in SVN is used to create an executable. Normally, a build server handles the build process and creates builds at regular intervals which are used by testing. In this particular instance I was...
Started by Esteban Brenes on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Is the app really....
Do these match on both machines noticable (<2s).
That the two machines have different versions of an underlying dll that isn't part of your build process "Regional and Language Options" on XP cause this sort of behavior.
|
|
I just had to cancel a multi-thousand dollar order of new computers because the head of Sales didn't like the machines that I ordered for his team. This is despite having discussed his needs with beforehand.
Now, I'm going to go through machines with ...
Started by Matt Simmons on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at serverfault):
We got many different....
I used to work for a company that wanted prebuilt machines, but the cases had to be sturdy for the environment.
Some of the major companies will send you demo machines that you can try out before you make your choice.
|
|
I have a very simple program written in 5 min that opens a sever socket and loops through the request and prints to the screen the bytes sent to it.
I then tried to benchmark how many connections I can hammer it with to try to find out how many concurrent...
Started by erotsppa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a recent(ish) 2.6 kernel....
Possible limitations include:
Kernel using?
Using select() does not work beyond the hard-coded maximum file descriptor limit set to achieve.
A simple hello world test is not necessarily going to find them all.
|
|
How would you 'sell' using VMs for production application servers? What are the compelling benefits in using them in that situation?
I have to maintain a number of applications that are critical but are currently very light on resource need (syslog-ng...
Started by csexton on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at serverfault):
Just be careful about hard disk usage as thats the normal can show some reasonable hard dollar figures showing decreased expenses for electricity, hardware could, conceivably, do all that....
Of your machines power hosting on one box.
|
|
My question is: How do you guys deploy the same code from whatever [D]VCS you use on multiple machines? Do you have an automated deployment system and if so what's that? Is it built in-house? Are there out there any tools that can do this automatically...
Started by hyperboreean on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Its really not that hard to do and its already built-in to your system, is well to a testserver and would find ....
Roll your own rpm/deb/whatever for your package, set up your own repo, and have your machines pull on a regular basis.
|