Browse by Tags
All Tags »
Virtual Shared Memory »
Application Architecture (
RSS)
Sorry, but there are no more tags available to filter with.
I received a couple of comments on my posting on how bad RPC can be for your mental health . Although the feedback was positive and agreed with my statements, some expressed concern as to what an alternative to RPC-syntax could be. I thus feel encouraged...
What is a subroutine call like the following? int r = Calc(a, b); It is an abstraction and a promise! It is an abstraction of something like this push a push b call 1234 pop r The 3GL syntax hides all the low level details like allocating a stack frame...
More Posts