My favorites | Sign in
ipc
Project Home Downloads Wiki Issues Source
Project Information
Members

The program is a useful example of using shared memory, semaphores, message queues (mail slots) in Windows system programming. It is a client - server application.

- The clients and the server share a binary search tree - The client sends messages to the server with the operations that should be done - The server modifies the tree as it receives messages

Language: C++

Powered by Google Project Hosting