Tagged Questions

0
votes
1answer
25 views

Virtual machine file access performance

My coding environment (Visual Studio) is in a virtual machine (Parallels on OS X). Which method of file access would be faster? Put the files on the VM's disk. (Can the VM manipulate files faster if …
0
votes
2answers
17 views

Does VMWare or any other ‘virtualization software’ alowe you to set the amount of CPU cores?

Hello I am setting up a testing PC to help find a weired bug on a single core computer. None of the PCs in our office have single core any more. Can I use VMWare to something similar to emulate a …
5
votes
2answers
103 views

WPF ListBox virtualization screws up displayed items

Problem We need to efficiently display a large (>1000) number of objects in a WPF ListBox control. We are relying on the WPF ListBox’s virtualization (via VirtualizingStackPanel) to efficiently …
0
votes
0answers
65 views

Virtual Machines - VMWare user switching to Microsoft [closed]

I am used to using VMWare Workstation - and have been very happy with it. I have been using it for sandboxing programming environments and testing. I am now in an environment where we must use …
0
votes
0answers
50 views

virtualbox get network access from host (vista/xp) to guest (ubuntu) - NAT? [closed]

after installing ubuntu in virtualbox using NAT the guest system has the IP 10.0.2.15. its possible browse and to ping the host in the global settings i found a virtual host-only interface with an IP …
1
vote
4answers
83 views

How can developers make use of Virtualization?

Where can virtualization techniques be applied by an application developer? How can virtualization be applied on a day-to-day basis? I would like to understand from veteran developers making use of …
3
votes
4answers
86 views

VB6 Migration Advice

I know a lot of question regarding VB6 migration have been asked, but I don't believe my exact situation has been answered in them. Basically, our company is wanting to migrate our mission-critical …
0
votes
1answer
80 views

Can Linux be run under Windows 7? [closed]

In Windows 7 if you have a multi-core processor you can run virtual machines. There is something called XP mode which lets you do a full XP install and lets you run XP just like the real thing, …
1
vote
5answers
90 views

In which practical ways can virtualization enhance your development environment ?

Practical uses of virtualization in software development are about as diverse as the techniques to achieve it. Whether running your favorite editor in a virtual machine, or using a system of …
2
votes
1answer
56 views

Do you virtualize all or part of your development environment ?

I've been thinking about virtualizing part or all of my RoR development environment. This could have, in theory, many advantages due to encapsulation easily manage app-specific configurations …
0
votes
2answers
49 views

Virtual machine monitoring/optimization - what tools?

What are the tools available to place on the level on top of VMWare or Xen (or other VM managers) that would monitor the VMs? I know there are a few solutions like Netuitive, CA Infrastructure …
0
votes
0answers
16 views

Virtualisation - Processing power required for multiple dev servers.

Hi, we have about 6 Dell power edge servers used by my Dev team ranging for SQL instances to automated build servers. I tried to take one of these 2x2.3GHZ with 1 GB of memory and ran MS virtual …
0
votes
3answers
62 views

Preconfigured Virtual Machines?

I was looking at using Amazon's EC2 service after reading this article: http://www.ibm.com/developerworks/java/library/j-javadev2-4/index.html But then I wondered if there's any sense in paying for …
0
votes
1answer
15 views

Is application virtualization only for standalone applications?

Does application virtualization mean virtualizing only stand-alone desktop applications and executables? Or does it also cover virtualizing webapps and web servers? Can Citrix's XenApp and VMware's …
3
votes
2answers
239 views

WPF VirtualizingStackPanel for increased performance

I would like a simple description of how to implement a virtualizingstackpanel for an ItemsControl that is databound to an observable collection in my MVVM. I have an ItemsControl instance for each …

1 2 3 4 5 16 next
15 30 50 per page