My tutorial about distributed programming

hi all,

I managed to describe and then reproduce on another server distributed programming steps, a simple example. Maybe it will be useful to someone to play around with and create more complex programs.

(mike)

Tutorial is here

Quite nice :).

I’ve been playing with DSA also lately and have several patches for po_gnatdist. One patch addresses the a-sttebu problem and the other allows for mixed C and Ada user code.

I’ve been meaning to fork Polyorb and add these for some time now, since Polyorb is now at End of Life.

I’m also toying with a version of DSA which uses shared memory as the comms method for interprocess DSA between partitions on the same machine. This is experimental and is using dmitri’s ‘Simple Components’ inter-process packages.

Congrats on your tute :slight_smile: .

Glitch: The client is outputting `16#` twice

Thank you. Fixed now.