Exemplos de uso de Interprocess communication em Inglês e suas traduções para o Português
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
Integer parameter, UNIX signal to use for interprocess communication.
The interprocess communication protocol used in& kde;. Short for Desktop Bus.
Integer parameter, specifying the number of semaphores available for interprocess communication IPC.
An interprocess communication method that allows two or more programs running simultaneously to exchange data and commands.
Uniface Router-a multi-threaded process responsible for interprocess communication in Uniface applications.
It is used to enable interprocess communication and dynamic object creation in a large range of programming languages.
To find out the value of the elements being dragged,you must use the interprocess communication commands.
Interprocess communication is when one teacher comes to read or write on the class blackboard(process variable) of another teacher or on the school bulletin board interprocess variable.
This bypasses the network transparent Xlib interprocess communication channel and gains performance for large images.
An event can range from user interaction, network traffic, system processing,timer activity, and interprocess communication among others.
Desktop Communication Protocol; the interprocess communication protocol used by& kde; desktop environment. It enables various& kde; applications to communicate with each other.
Online book about the principles of the Linux kernel 2.0,including memory management, interprocess communication, device drivers, and the file system.
One of the first methods of interprocess communication in Windows was Dynamic Data Exchange(DDE), first introduced in 1987, that allowed sending and receiving messages in so-called"conversations" between applications.
Size in bytes of one client's portion of the memory-mapped file used for interprocess communication(IPC) in the connection model used for"Windows local" connection.
In computer science,an anonymous pipe is a simplex FIFO communication channel that may be used for one-way interprocess communication IPC.
Just like in the worker-based interprocess communication feature(see About workers), a message box is associated with the window and can be used when the window displays a form after the On Load form event.
With the addition of pseudo terminals(PTYs),the TTY code has also become a sort of interprocess communication mechanism, with all of the weird TTY semantics preserved.
A bound service offers a client-server interface that allows components to interact with the service, send requests, receive results, andeven do so across processes with interprocess communication IPC.
The System V interprocess communication mechanisms are available in Unix-like operating systems not derived from System V; in particular, in Linux(a reimplementation of Unix) as well as the BSD derivative FreeBSD.
Thanks to a serial port simulator it's possible to exchange data between two ormore applications without using the complex software technology of interprocess communication and resource sharing.
This is the simplest way to perform interprocess communication(IPC), because the Messenger queues all requests into a single thread so that you don't have to design your service to be thread-safe.
Emulating virtual RS232 connection with Virtual Serial Port Driver allowed me to exchange data between 2 applications without using the rather complicated software technology of interprocess communication and resource sharing.
However the incautious use of these interprocess communication channels has been the target of new attacks that exploit the weaknesses of communication channels and the ill-defined interfaces of these partitioned processes.
If you want to let the user save data entry modifications made in the current open windows,you can use interprocess communication to signal all the other user processes that the database is going to be exited.
In computing, redirection is a form of interprocess communication, and is a function common to most command-line interpreters, including the various Unix shells that can redirect standard streams to user-specified locations.
Data exchange simplicity Emulating virtual connection with Virtual Serial Port Driver allowed me to exchange data between 2 applications without using the rather complicated software technology of interprocess communication and resource sharing.
Note: Although they have been designed mainly for interprocess communication in the context of preemptive processes(64-bit versions only), CALL WORKER and CALL FORM are available in 32-bit versions and can be used with cooperative processes.Â.
As a proposal to mitigate the privilege escalation from the exploitation of these communication channels this paper proposes a management tool for compartmentalized processes and its interprocess communication channels.
Android offers a mechanism for interprocess communication(IPC) using remote procedure calls(RPCs), in which a method is called by an activity or other application component, but executed remotely(in another process), with any result returned back to the caller.
As Alef disappeared due to being too difficult to maintain given the number of people working on Plan 9 at the time, rio was rewritten in C. This was done using the Plan 9 thread library which was inspired by Alef and had most of its features,like blocking channels for interthread and interprocess communication.