[Pythonmac-SIG] Correct way to send info to running program

Bob Ippolito bob at redivi.com
Sat May 28 11:14:10 CEST 2005


On May 27, 2005, at 11:04 PM, Dethe Elza wrote:

> I want to be able to periodically send data to a running program,
> from the command-line.  I was looking at the various NSPort classes,
> but just discovered that NSSocketPort is not a raw socket, but only
> intended to talk to other NSPort instances.  Surely I'm not the only
> one who wants to be able to do this.  Is there a "one right way?"

NSDistributedNotificationCenter?

You didn't really specify what your requirements are...

-bob



More information about the Pythonmac-SIG mailing list