Messaging in Py?

David LeBlanc whisper at oz.nospamnet
Mon May 21 12:48:37 EDT 2001


In article <egvggtc9r9r1v9uj6i1uh6sgj6u21ngl0q at 4ax.com>, 
jkraska1 at san.rr.com says...
> 
> >> >I don't mean messaging as in 'instant messaging' but 'messaging'
> >> >as in message-oriented middleware ...
> 
> >> It's just _so_ trivial to write network code in Python. What actual
> >> capability do you want?
> >
> >It's *so* generous of you to offer... &wink;
> >
> >Since you ask:
> >
> >     - a complete Pythonic clone of JMS
> >     - ZODB as a backing store
> >     - XML wire protocol, SOAP preferably
> >     - XPath expressions to filter messages subscribers receive
> >     - powered by asyncore
> >     - world peace and a new PC...
> 
> What you're looking for is an asyncronous publish subscribe
> text and/or serialized object delivery service between mutual
> peers? With possible serialization using xml pickle, but
> even better, with extensible/plugin-based serialization?
> Would the backing store be for session rejoin / recovery,
> or did you have something else in mind?
> 
<snip>
> If I got a CVS tree root up on source forge, I wonder how many
> people would be interested in working on it? I might do the
> initial work, and then give it to the community. The government
> would probably be as happy as pie to successfully host a
> worthwhile open source effort.
> 
> C//

Isn't WebDAV an asyncronous publish subscribe service?

I'd be interested in checking out your project...

Dave LeBlanc



More information about the Python-list mailing list