Sockets and messaging services

Irmen de Jong usenet at NOSPAM-irmen.cjb.net
Wed Nov 14 17:46:36 EST 2001


[...]
> proper message queue server.  Alternatives might be Pyro/CORBA/etc
> but I don't think they deal with the queueing aspect.

As far as Pyro is concerned, all message passing is transparent and
synchronous.
No queueing is ever attempted.

As far as I know CORBA 3.0 specifies message oriented (i.e.
queueing/asynchronous)
message passing, but I don't know if any Python bindings support this.

Irmen de Jong






More information about the Python-list mailing list