You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Named pipes are currently listed under the Kernel Activity class.
Proposal
Like most IPC mechanisms, pipes help facilitate communication between two applications and or processes using shared memory.
This shared memory is treated as a file object in the Windows operating system. Since pipes are treated as file objects, standard file object functions such as ReadFile() and WriteFile(), which are exposed via the Windows Application Programming Interface (API), are commonly used during communication. With that in mind, named pipes activity should reside under the File System Activity class.
Which of the following is more suitable for the Named Pipe activity?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem
Named pipes are currently listed under the Kernel Activity class.
Proposal
Like most IPC mechanisms, pipes help facilitate communication between two applications and or processes using shared memory.
This shared memory is treated as a file object in the Windows operating system. Since pipes are treated as file objects, standard file object functions such as ReadFile() and WriteFile(), which are exposed via the Windows Application Programming Interface (API), are commonly used during communication. With that in mind, named pipes activity should reside under the File System Activity class.
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions