Sign in
Ishai's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ISA Server
Software development
Archive
Archives
January 2005
(1)
October 2004
(1)
August 2004
(2)
July 2004
(2)
June 2004
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ishai's WebLog
Update on Virtual PC and profiling
Posted
over 8 years ago
by
Ishai __________________________
1
Comments
Last year, Richard explained why sampling does not work on Virtual PC . Since the sampling failure is quite catastrophic, we blocked all profiling on Virtual PC. Some Beta users noticed that we block profiling also for instrumentation-based profiling...
Ishai's WebLog
Bugs that hide from debuggers
Posted
over 9 years ago
by
Ishai __________________________
0
Comments
Sometimes running a program under a debugger makes it work. Running the same program without a debugger causes a failure or a crash. Here are some reasons why this can happen: 1. Timing - attaching a debugging changes timing and can hide race conditions...
Ishai's WebLog
x64 calling convention and the disappearing process syndrome
Posted
over 9 years ago
by
Ishai __________________________
1
Comments
Raymond Chen describes the parameter passing aspect of the x64 calling convetions . But there is more than parameter passing to the calling convention. Exception handling is an important part of the calling convention. A function that calls another function...
Ishai's WebLog
Why doesn’t sampling show the actual time spent in each function?
Posted
over 9 years ago
by
Ishai __________________________
1
Comments
Some people have asked for a “wall clock time” column in the sampling profiler report. Unfortunately, the actual time spent in a function cannot be reliably deduced from the collected data. Sampling counts “hits” on a function when a certain event occurs...
Ishai's WebLog
There are no Safe Functions – only Safe Programming
Posted
over 9 years ago
by
Ishai __________________________
5
Comments
The Platform SDK includes a set of string manipulation functions defined in strsafe.h . These functions were added during the Windows Security push . The functions offer an alternative to the C run-time string functions which is more consistent, and less...
Ishai's WebLog
ISA Server 2004
Posted
over 9 years ago
by
Ishai __________________________
0
Comments
ISA Server 2004 is now available. Lots of new and improved features.
Ishai's WebLog
Why does the compiler generate a MOV EDI, EDI instruction at the beginning of functions?
Posted
over 9 years ago
by
Ishai __________________________
4
Comments
Why does the compiler generate a MOV EDI, EDI instruction at the beginning of functions? I’ve recently noticed that on the XPSP2 Beta that I am running the function prologs look like this: MOV EDI, EDI PUSH EBP MOV EBP, ESP ...
Ishai's WebLog
Battered fries are considered “fresh vegetables”!?
Posted
over 9 years ago
by
Ishai __________________________
2
Comments
Well, probably not by nutritionists, but the USDA, backed by a court decision says they are. (Above link will probably expire in few days). [typo corrected 15:00]
Ishai's WebLog
Developing firewall and NAT friendly network applications
Posted
over 9 years ago
by
Ishai __________________________
2
Comments
Developing firewall and NAT friendly network applications When I worked on ISA Server I've seen network applications that were incompatible with firewalls and NAT and were difficult or impossible to configure the firewall for, even when the firewall...
Page 1 of 1 (9 items)