Hi,
I need to divide the load of an application between 2 computers. Is there
someway to send messages between applications running on 2 computers? I do
not mean a client/server program, something similar to PostMessage but
between 2 aplications on 2 computers.

Thanks
Bezhad

Re: How to send messages between 2 applications on 2 computers? by Scott

Scott
Mon Apr 26 08:31:42 CDT 2004

Behzad wrote:
> Hi,
> I need to divide the load of an application between 2 computers. Is there
> someway to send messages between applications running on 2 computers? I do
> not mean a client/server program, something similar to PostMessage but
> between 2 aplications on 2 computers.
>
> Thanks
> Bezhad
>
>

Some of the ways are...

- socket (winsock)
- named pipe
- mailslot

--
Scott McPhillips [VC++ MVP]