answersLogoWhite

0

What is a downcall?

Updated: 8/9/2023
User Avatar

RudyNS

Lvl 1
15y ago

Best Answer

The term upcall is typically used in the context of using a framework, such as CORBA. When a request is sent from a client application to a server application, the framework is responsible for data marshalling, data transmission, and notification of the recipient that a request has been issued. An upcall is the call into the user code from the framework. This is typically supported through the use of a registered callback function registered either directly by the user, or indirectly through the mechanisms of the framework. An upcall is also called a callback.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

unprivileged code privileged code enters kernel mode enters user mode implemented via trap implemented via IPC

---- Gernot Heiser 2002-08-21

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a downcall?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering