|
I just bought a shiny new copy of VMware Workstation 7... and I noticed some new options for processors:
Number of processors & number of cores.
I'm running VMware on an i7 Quad core. How do I maximize performance... 4 processors, 1 core each or 1 processor...
Started by Giovanni Galbo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The short of it is some, for example, will not... .
While adding vCPU's should give the VM more processor resources over time it may also result in much at the same time in order to schedule any processor resources for the VM.
|
|
I am monitoring a server that has multiple processors.
According to task manager, one processor has been hovering around 95% consistently (not dropping below 90% at all) for about 15 minutes. All other processors are showing an average of 1% load.
Is ...
Started by Michael on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
So if it's all distributed on one processor it is likely that one user, or application is....
IIS shouldn't be using one processor, and each visitor gets a unique thread.
As i recall Windows 2003 comes with IIS 6.0.
Of the resources.
|
|
Hello,
As I said in older questions, we(I and my friend) are trying to develop in a Macintosh IIci(System 7.5.5 68k processor), but we don't know where to start, then I'm asking here for some resources to develop on it. Thanks.
Started by Nathan Campos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's been a lot of....
In the day, MacTech was the journal for mac developers .
Back issues of MacTech magazine are a good high-level place to start .
Buy yourselves a copy of Inside Macintosh (PDF), the official developer documentation for Mac OS (classic) .
|
Ask your Facebook Friends
|
The Gang of Four's Design Patterns uses a word processor as an example for at least a few of their patterns, particularly Composite and Flyweight.
Other than by using C or C++, could you really use those patterns and the object-oriented overhead they ...
Started by Mark Cidade on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're interested in the design of word processors underlying word ....
IIRC, they had each character being referenced as a object [note: it was for each that particular pattern that way in a word processor.
In a word processor.
|
|
Considering all my vm's are of equal importance or value, is there a nice clean way of giving them resources?
I used to think giving everything 4 logical processors was a good idea, i.e. in the resource setting, give every VM 4 logical props, and see ...
Started by halivingston on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
CPU is rarely the....
So your VCPUs only get CPU cycles when 4 physical CPUs are free.. .
In VMware you alway have to have the number of VCPUs available on the physical side for scheduling .
It depends on how many physical procs (not threads) your server has .
|
|
Not sure if this is the appropriate place for this question, but it seems related to threading and system resources and all that.
Why Does my Task Manager show that the System Idle Process is using 90%+ of the CPU power when I have 3 different processes...
Started by SkippyFire on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If they're winforms apps that wait for user input, then they sit there, doing nothing, and waiting ... .
If they are IO bound, then there's a good chance that they're sitting and waiting most of the time .
It really depends on what your processes are doing.
|
|
I'm looking for books or online resources that go in detail over programing techniques for high performance computing using C++.
Started by axs6791 on
, 10 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The first thing might be reading about....
It has great cross-platform primitives for threading, networking, etc.
It's a library of templates and objects for high performance applications in C++ .
Take a look at The ADAPTIVE Communication Environment (ACE).
|
|
When logging in to my file server with Remote Desktop, I occasionally get a message saying, "Insufficient system resources exist to complete the requested service" and it fails to load my profile. I started getting this message a few months ago, at the...
Started by Josh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Complaining with error message "Insufficient system resources exist to complete the requested service.
|
|
I'm evaluating the use of Python for a new project and ran through some basic tutorials but am looking for some recommendations and resources for multithreaded development in Python? How does it compare to other languages?
Started by jj on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd recommend http://herbsutter.wordpress.com/ (scroll down to the efficient concurrency columns... .
Of course you can also have recourse to C based modules with threads etc .
The multiprocessing module is great and relieves from the limitations of the GIL .
|
|
I work part time for a small private school. The 24 node computer lab kept having hardware failures (mostly drives and cooling fans) so I turned it into a Linux based thin client network. Although the workstations now boot from the network, most still...
Started by Kenneth Cochran on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Run any number of distributed computing applications....
Donate them to somewhere, putting them into file servers isn't going to get you much with only 40GB drives (even 24 of them) .
Remove the drives, you're wasting energy and money by keeping them running .
|