On Thu, 10 Aug 2000 11:09:01 -0700, Steve Lamb wrote:

>What other protocol is there that will work across all platforms?  Every
>other form of direct process control is platform specific.  The only things
>you can count on are the basics on the OS level.

First, does it need to be cross-platform? Would one run an email client
and editor on different machines?

Second, if you've got an email client, you've got TCP/IP, so you could
use sockets for carrying the messages. Additionally, at least Windows
and *nix have some kind of named pipe (AKA FIFO) and I expect most
other OS's have something comparable, so a small wrapper to hide the OS
API details would be all that's needed to create a suitable
cross-platform IPC mechanism.

The real question is the scope of the communication between a
persistent editor server and a suite of editor clients. I think one
just needs new, open, and close signals to the edit server and a save
signal to the client.

Ken
mailto:[EMAIL PROTECTED]
http://www.sewingwitch.com/ken/
http://www.harrybrowne2000.org/
Kill the Carnivore! http://www.lp.org/action/carnivore/



-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

You are subscribed as : [email protected]


Reply via email to