Question: Please, please, help Fun with dup: You are to write a program that writes to and reads from a local database. The database program is
Please, please, help
Fun with dup: You are to write a program that writes to and reads from a local database. The database program is implemented by a separate program called, say picodbd (for pico DB daemon). Once picodbd runs, it reads requests from standard-in cin in C+ parlance) and writes results to standard-out (cout in C++ parlance Your program is supposed to run picodbd in a separate process (using fork and exec, similar ot MP2). How will your program communicate with the DB daemon? Use the following skeleton to connect toc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
