Calgary, Ab - ShawTV
ShawTV
Calgary, Ab - CBC.ca
CBC.ca
Banff, Ab - BanffGondola.com
BanffGondola.com
Vancouver, BC - KatKam.ca
Katkam.ca
Free PageRank Checker
Test your Internet connection speed at Speedtest.net
Friday, July 25, 2008 ..:: Home::.. Register  Login
 What is a Xepol? Minimize

I have been using Xepol as an alias since the early BBS days back in the 80ies.  Everyone was asks what a 'Xepol' is gets the same answer : "Lopex, backwards'.  Very few people are satisfied with that answer.

Xepol has been a great online name to bring forward to the internet.  The X name space is very uncrowded and I have only once run into someone else trying to claim it for their own. (Accept no substitutes, I'm the real deal and have been for a LONG, LONG time.)

Google searches have, however revealed to me a few other Xepols that you might find interesting:

a Place: Xepol, Guatemala
a Polio Drug:  Xepol (Human Immunoglobulin)

Of course, the same google search reveals me in many of my phases:  programmer, insightful, netzien, and the ever unpopular grumpy as hell expresses his mind freely, and even the occasional foot in mouth sufferer.

So there you go, now you know what a 'Xepol' is.


  

 My AdSense Experience
Date Amnt TTL
Jan 05 0.07  
Jun 05 0.04  
2005   0.11
Jan 06 0.33  
Feb 06 1.20  
Mar 06 1.86  
Apr 06 0.57  
May 06 0.00  
Jun 06 1.46  
Jul 06 3.91  
Aug 06 0.14  
Sep 06 5.21  
Oct 06 3.22  
Nov 06 5.56  
Dec 06 0.54  
2006   24.00
Jan 07 2.64  
Feb 07 1.47  
Mar 07 1.10  
Apr 07 1.05  
May 07 0.18  
Jun 07 2.33  
Jul 07 4.59  
Aug 07 1.62  
Sep 07 1.19  
Oct 07 0.50  
Nov 07 5.83  
Dec 07 3.09  
2007   25.59
Jan 08 3.35  
Feb 08 3.55  
Mar 08 4.37  
Apr 08 6.05  
May 08 4.47  
June 08 2.22  
Total   73.71

July 08
(1st-15th)
1.28
(so far)
 


Just think - one day, maybe even in the next 12 months, Google might actually send me a cheque.


  

 Recent Articles Minimize
Fourth Blue Wave - Final Release (formerly Updated Beta)YP-P2

On June 30th, the final version of the Fourth Blue Wave has been released as v5.08 on the main download sites for everyone to download. As late as July 3nd, v5.08 was marked as beta on the download sites.  This was apparently a mistake and 5.08 is now marked as an official non-beta release suitable for even the most timid of upgraders.

Grab it now!

Firmware 20080701171217203_YP-P2_Ver_5.08.zip (size : 15.6 MB 16,448,651 bytes)

 

  Read More...Comments (0)

Fourth Blue Wave in BETA!YP-P2

According to http://www.yepp.co.kr/, the fourth BlueWave v5.05 is now in beta.  Since it is beta, there are no official links (unless you can read enough Korean to create an account on their website.)

I will track down alternate links and post them here shortly.

  Comments (0)

YP-P3 ???Rumour, YP-P2

Is a succcessor to the YP-P2 already in planning?  The rumours have started on what is currently being called the YP-P3.

  Read More...Comments (1)

Don't Get No Respect...Random Thoughts

In a universe of science, alchemists are viewed as primitives foolishly playing with magic.

In a universe of magic, alchemists are viewed as primitives foolishly playing with science.

Hardly makes it work blowing yourself up 12 times a day, does it?

  Comments (0)

Lather, Rinse, RepeatRandom Thoughts

Learn to program in any language in just 15 seconds:

  1. Go to sourceforge, find the project that already sorta does what you want
  2. Find a newsgroup, forum, or a neighbour's kid and whine to have it custom tailored to your exact needs, everyone else be damned, free of charge since it is "open source".

NB: Never, ever, ever provide your name, email address or physical address when requested for delivery of code - this is a trick, unless of course, you've won the british national lottery or a foreign politician needs to smuggle money out of their country.  That's always on the up and up, I swear...

  Comments (0)

Strange Physics...Random Thoughts


We all wondered what sort of reality those physics simulations were based on. Now we know:

  Comments (0)

Dwarf Hamsters Rock!Random Thoughts

  


Btw, Broccoli is great for hamsters, popcorn is decidedly bad for them...

  Comments (0)

Quantum EmbezelmentRants

Quantum Encryption pops up in the news from time to time and one of the claimed strengths is always that if someone intercepts the signal, you will at least know because they will disturb the stream.

"QKD offers a theoretically uncrackable code, one that is easily distributed and works in a transparent manner. Even better, the nature of quantum mechanics means that if any eavesdropper – called Eve in the argot of cryptographers – tries to snoop on a message the sender and receiver will both know."

 But how realistic is it?

  Read More...Comments (0)


  

 Virtual PC Guy Minimize

Processor topology inside of Hyper-V virtual machines

A number of people have noticed that they can create a virtual machine with four virtual processors, and then successfully run Windows XP on it and have it utilize all four virtual processors.  This strikes them as odd, because Windows XP supposedly only supports the use of one or two processors in a computer.

To understand what is happening we need to talk about processor topology.

A long time ago, the universe used to be quite simple.  When you talked about a processor you meant a physical chip that you put inside a computer that was capable of handling one stream of execution.  Then along came concepts such as hyper-threading and multi-core processors.  These technologies allow a single physical processor to handle multiple streams of execution, and effectively appear like multiple physical processors.

In this new world, in order to differentiate between the physical chip that you put in a computer and a single stream of execution on the chip, we use the terms "package", "socket" or "physical processor" to refer to the actual physical chip that you put inside the computer,  and the term "logical processor" to refer to a single stream of execution on the chip.

"Processor topology" is simply the ratio, and nature, of logical processors to physical processors in a computer.

This all gets interesting when it comes to the question of how virtual processors are represented inside of a virtual machine.

When hyper-threading and multi-core processors first came onto the scene, Microsoft made the decision to license all of its software based on the number of physical processors [and not logical processors] in a system.  This means that when you try to create a "four processor" virtual machine the way in which we represent those four processors can affect how the software that runs inside the virtual machine will need to be licensed.

Obviously, as Microsoft, we do not want you to be able to run software that utilizes more processing power than you are correctly licensed to use.  On the flip side, we understand that you do not want to have to pay more for your software than you actually need to. 

To this end, Hyper-V examines the processor topology of your physical computer and exposes that into the virtual machine.

Thus, a virtual machine with four virtual processors that is running on a physical computer with a single quad-core physical processor will appear to only have a single physical processor with four logical processors.  The same virtual machine running on a system using two dual-core physical processors would appear to have two physical processors with four logical processors [two logical processors per physical processor].

And this is what allows Windows XP to run on your "four virtual processor" virtual machine and utilize all of the virtual processors, because it is still within its licensing right of one or two physical processors, if you are running on a hyper-threaded or multi-core system.

Cheers,
Ben

UPDATE: To help visualize this, below is a table that shows you the processor topology that will be reported inside the virtual machine, given the processor topology of the physical computer and the number of virtual processors configured for the virtual machine.

# Virtual Processors / Physical Processor Topology1 Virtual Processor2 Virtual Processors4 Virtual Processors
4 single-core processors1 single-core processor2 single-core processors4 single-core processors
2 dual-core processors1 single-core processor1 dual-core processor2 dual-core processors
1 quad-core processor1 single-core processor1 dual-core processor1 quad-core processor

Author: Virtual PC Guy
Published Date: Fri, 18 Jul 2008 07:41:00 GMT

Read the full item.



  

 Login Minimize


Register
Forgot Password ?


  

Copyright 2000-2008 by Xepol.com   Terms Of Use  Privacy Statement
 
Click here Xmail.GIF to contact me.