How does a pipe server for a named pipe support communication with multiple clients?
a) All clients and the pipe server connect to the same pipe object and each client specifies its mode (read, write or duplex).
b) The server creates a separate instance of the pipe for each client so that each client can communicate only with the server (and not other clients). The server must use the same mode for each instance of the pipe.
c) All clients and the pipe server connect to the same pipe object. However, all of the clients must have a mode compatible with that of the pipe server. For example, if the pipe server uses read mode, all clients must use write mode.
d) The server creates a separate instance of the pipe for each client so that each client can communicate only with the server (and not other clients). The server can specify different modes for each instance of the pipe.
b) The server creates a separate instance of the pipe for each client so that each client can communicate only with the server (and not other clients). The server must use the same mode for each instance of the pipe.
You might also like to view...
The MTU is the
a. fastest speed a network can support b. longest size data block a network can support c. largest interframe gap a network can support d. none of the above
Suppose that, at compile time, the application programmer knows all of the details of the SQL statements to be executed, the DBMS to be used, and the database schema. Explain the advantages and disadvantages of using embedded SQL as compared with JDBC or ODBC as the basis for the implementation.
What will be an ideal response?
What should be on the second line of the first page of an MLA-style research paper?
A) The class name B) The name of the person for whom the report is prepared C) The name of the report author D) The report date
When more than one arithmetic operator is involved in a formula, Excel follows the same basic order of ____ that you use in algebra.
A. placement B. operations C. positioning D. selections