Jump to content

Inter Process Comminication


DeltaRocked
 Share

Recommended Posts

What it does:

provides a frame work (rather its an algorithm) to communicate between two scripts.

As of this moment this all bundled up into into one script.

How to use:

Start gui_send.exe multiple times. The first instance will create a GUI all other started processes will turn themselves into client applications and start communicating with the server app.

The Client app should send 'end' to terminate itself. The server will terminate only after all the clients have terminated themselves.

You can add 'serverend' as a command for the server to terminate (use this in the server script's case condition) and the server should send termination string to all the clients and then should exit gracefully.

ToDo: --> Done

Need to segregate this script into client and server scripts.

What cannot be done and is not possible:

Using this in a networked environment.

Done:

Uploaded the segregated scripts, but since the limit is for 1MB couldnt upload the exe. Please compile the code and create the executable.

gui_send.au3

Client.au3

Server.au3

Edited by deltarocked
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...