Table of contents Introduction How scp works You can run commands on a remote computer using ssh Back to scp Creating our own SSH based application The idea The code Discussion Demonstration Conclusion IntroductionBACK TO TOC As you know, you can use SSH for two things. First, there’s a remote access. You can get access […]
Table of contents Introduction How scp works You can run commands on a remote computer using ssh Back to scp Creating our own SSH based application The idea The code Discussion Demonstration Conclusion Introduction Encapsulation How methods work How overloading works How mangling solves the problem Structure and size of the object How inheritance and […]
Tags:
C++,
call,
code,
CPU,
encapsulation,
functions,
identifier,
inheritance,
mangling,
memory,
method,
new,
OOD,
OOP,
polymorphism,
progming 55 Comments |
Read the rest of this entry »
Posted on April 27, 2008, 10:20 am, by Alexander Sandler, under
News.
New version of wordpress is here and I am trying it out. I tried wordpress 2.5 and it was quiet a disappointment because of the editor. I started a support ticket at WordPress’s Trac. They say they fixed the problem. So I will give it a try during next few days. Hope it will went […]
Introduction Hardware interrupts has always been expensive. Somehow these small pieces of software consume so much CPU power and hardware and software engineers has always been trying to change this state of affairs. Some significant progress has been made. Still hardware interrupts consume lots of CPU power. You will rarely see effects of interrupt handling […]
Tags:
affinity,
apic,
cache,
code,
CPU,
interrupt,
irq,
kernel,
linux,
memory,
napi,
packets,
performance,
smp 71 Comments |
Read the rest of this entry »