Messaging in Py?

Dave Kuhlman dkuhlman at rexx.com
Sun May 20 14:36:04 EDT 2001


Courageous <jkraska1 at san.rr.com> wrote:
> 
> 
>>I don't mean messaging as in 'instant messaging' but 'messaging'
>>as in message-oriented middleware and Tibco, Talarian, BEA, IBM,
>>etc. -- i.e., client-server frameworks for (a)synchronous messaging
>>in Python.
> 
> It's just _so_ trivial to write network code in Python. What actual
> capability do you want?
> 
> C//
> 

How about SOAP?  Isn't SOAP emergining as a dominant protocol for
messaging, for making requests across HTTP, and for Web services?

For SOAP support for Python check:

    http://www.actzero.com/

  - Dave

-- 
Dave Kuhlman
dkuhlman at rexx.com



More information about the Python-list mailing list