Saturday, October 20, 2007

FrankFi's view of the world : Does IT matter? Some thoughts on SaaS

FrankFi's view of the world : Does IT matter? Some thoughts on SaaS: "So first let's think what a pure SaaS solution means: The application as well as the data is stored 'in the cloud'. (I do here a simplification I know). Is this enough? Sorry, no. But there are lots of people thinking that it actually is enough and it is totally understandable. If you see IT as a simple tool not as a strategic asset then you can stop reading here. But IT can do more if you release its powers. How can this work? Well, let's extend our definition... There is this nice architecture model with 4 distinct steps to make a SaaS application. It is all about making the application scalable and lower the invest per customer instance in CPU and memory while preserving the agility in it. Applications have to be highly customizable. It starts with the logo in the top left and ends customer specific processes. So I would add: The application is highly customizable."

Wednesday, October 17, 2007

Angry Richard's WebLog

Angry Richard's WebLog: "I've frequently heard the question asked, 'Can I use the profiler on a Virtual PC?' It has even come up on the blog feedback a few times. My answer has always been, 'Theoretically, yes.' I didn't want to post this answer externally until I'd actually gotten around to trying it myself"

CareerJournal | Why Silicon Valley Firms Are Rethinking the Cubicle

CareerJournal Why Silicon Valley Firms Are Rethinking the Cubicle: "Intel Corp. is often credited, or blamed, for popularizing the office cubicle. Now it is joining some prominent Silicon Valley peers in reconsidering the concept"

Tuesday, October 16, 2007

Windows Server Division WebLog : IDC publishes whitepaper on x64 Windows Server adoption

Windows Server Division WebLog : IDC publishes whitepaper on x64 Windows Server adoption: "IDC publishes whitepaper on x64 Windows Server adoption [re-posted due to format issues] A colleague, Dan Reger, pointed me to a new IDC white paper on Windows Server x64 adoption. The white paper is titled, “Understanding the Business Benefits Associated with x86 64-Bit Windows Server.” You can download it here."

Monday, October 15, 2007

sfence instruction

simd_ext.pdf (application/pdf Object)
http://download.intel.com/technology/itj/Q21999/PDF/simd_ext.pdf
Fencing
In order to allow efficient software-controlled coherency,
a light-weight fence (SFENCE) instruction was also
included in the new extension; this instruction ensures
that all stores that precede the fence are observed on the
front-side bus before any subsequent stores are
completed. SFENCE is targeted for uses such as writing
commands from the processor to the graphics accelerator
or to ensure observability between a producer and
consumer where communication of data uses stores with
a WC memory-type semantic.